Source position: magick_type.inc line 608
type ImageInfo = record  | 
compression: CompressionType;  | 
orientation: OrientationType;  | 
temporary: MagickBooleanType;  | 
adjoin: MagickBooleanType;  | 
affirm: MagickBooleanType;  | 
antialias: MagickBooleanType;  | 
size: PAnsiChar;  | 
extract: PAnsiChar;  | 
page: PAnsiChar;  | 
scenes: PAnsiChar;  | 
scene: culong;  | 
number_scenes: culong;  | 
depth: culong;  | 
interlace: InterlaceType;  | 
endian: EndianType;  | 
units: ResolutionType;  | 
quality: culong;  | 
sampling_factor: PAnsiChar;  | 
server_name: PAnsiChar;  | 
font: PAnsiChar;  | 
texture: PAnsiChar;  | 
density: PAnsiChar;  | 
pointsize: Double;  | 
fuzz: Double;  | 
background_color: PixelPacket;  | 
border_color: PixelPacket;  | 
matte_color: PixelPacket;  | 
dither: MagickBooleanType;  | 
monochrome: MagickBooleanType;  | 
colors: culong;  | 
colorspace: ColorspaceType;  | 
type_: ImageType;  | 
preview_type: PreviewType;  | 
group: LongInt;  | 
ping: MagickBooleanType;  | 
verbose: MagickBooleanType;  | 
view: PAnsiChar;  | 
authenticate: PAnsiChar;  | 
channel: ChannelType;  | 
attributes: PImage;  | 
options: Pointer;  | 
progress_monitor: MagickProgressMonitor;  | 
client_data: Pointer;  | 
cache: Pointer;  | 
stream: culong;  | 
file_: Pointer;  | 
blob: Pointer;  | 
length: cint;  | 
magick: array [1..MaxTextExtent] of AnsiChar;  | 
unique: array [1..MaxTextExtent] of AnsiChar;  | 
zero: array [1..MaxTextExtent] of AnsiChar;  | 
filename: array [1..MaxTextExtent] of AnsiChar;  | 
debug: MagickBooleanType;  | 
tile: PAnsiChar;  | 
subimage: culong;  | 
subrange: culong;  | 
pen: PixelPacket;  | 
signature: culong;  | 
end;  |