Source position: magick_type.inc line 608
type ImageInfo = record |
compression: CompressionType; |
orientation: OrientationType; |
temporary: MagickBooleanType; |
adjoin: MagickBooleanType; |
affirm: MagickBooleanType; |
antialias: MagickBooleanType; |
size: PChar; |
extract: PChar; |
page: PChar; |
scenes: PChar; |
scene: culong; |
number_scenes: culong; |
depth: culong; |
interlace: InterlaceType; |
endian: EndianType; |
units: ResolutionType; |
quality: culong; |
sampling_factor: PChar; |
server_name: PChar; |
font: PChar; |
texture: PChar; |
density: PChar; |
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: PChar; |
authenticate: PChar; |
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 char; |
unique: array [1..MaxTextExtent] of char; |
zero: array [1..MaxTextExtent] of char; |
filename: array [1..MaxTextExtent] of char; |
debug: MagickBooleanType; |
tile: PChar; |
subimage: culong; |
subrange: culong; |
pen: PixelPacket; |
signature: culong; |
end; |