[Overview][Constants][Types][Procedures and functions][Variables][Index] |
Source position: msegraphicsmagick.pas line 753
type ImageInfoc = record |
dither: MagickBool; |
monochrome: MagickBool; |
progress: MagickBool; |
colorspace: ColorspaceType; |
_type: ImageType; |
group: clong; |
verbose: cuint; |
view: pchar; |
authenticate: pchar; |
client_data: pointer; |
_file: pFILE; |
magick: array [MaxTextExtent] of cchar; |
filename: array [MaxTextExtent] of cchar; |
cache: _CacheInfoPtr_; |
definitions: pointer; |
attributes: pointer; |
ping: MagickBool; |
preview_type: PreviewType; |
affirm: MagickBool; |
blob: _BlobInfoPtr_; |
length: size_t; |
unique: array [MaxTextExtent] of cchar; |
zero: array [MaxTextExtent] of cchar; |
signature: culong; |
end; |