[Overview][Constants][Types][Procedures and functions][Variables][Index] |
Source position: msegraphicsmagick.pas line 712
type ImageInfoa = record |
compression: CompressionType; |
temporary: MagickBool; |
adjoin: MagickBool; |
antialias: MagickBool; |
subimage: culong; |
subrange: culong; |
depth: culong; |
size: pchar; |
tile: pchar; |
page: pchar; |
interlace: InterlaceType; |
endian: EndianType; |
units: ResolutionType; |
quality: culong; |
sampling_factor: pchar; |
server_name: pchar; |
font: pchar; |
texture: pchar; |
density: pchar; |
pointsize: cdouble; |
fuzz: cdouble; |
end; |