Unit 'ImageMagick' Package
[Overview][Constants][Types][Procedures and functions][Index] [#imagemagick]

Image

Declaration

Source position: magick_type.inc line 547

type Image = record

  storage_class: ClassType;

  colorspace: ColorspaceType;

  compression: CompressionType;

  quality: culong;

  orientation: OrientationType;

  taint: MagickBooleanType;

  matte: MagickBooleanType;

  columns: culong;

  rows: culong;

  depth: culong;

  colors: culong;

  colormap: PPixelPacket;

  background_color: PixelPacket;

  border_color: PixelPacket;

  matte_color: PixelPacket;

  gamma: Double;

  chromaticity: ChromaticityInfo;

  rendering_intent: RenderingIntent;

  profiles: Pointer;

  units: ResolutionType;

  montage: PChar;

  directory: PChar;

  geometry: PChar;

  offset: cint;

  x_resolution: Double;

  y_resolution: Double;

  page: RectangleInfo;

  extract_info: RectangleInfo;

  tile_info: RectangleInfo;

  bias: Double;

  blur: Double;

  fuzz: Double;

  filter: FilterTypes;

  interlace: InterlaceType;

  endian: EndianType;

  gravity: GravityType;

  compose: CompositeOperator;

  dispose: DisposeType;

  clip_mask: Pointer;

  scene: culong;

  delay: culong;

  ticks_per_second: culong;

  iterations: culong;

  total_colors: culong;

  start_loop: cint;

  error: ErrorInfo;

  timer: TimerInfo;

  progress_monitor: MagickProgressMonitor;

  client_data: Pointer;

  cache: Pointer;

  attributes: Pointer;

  ascii85: Pointer;

  blob: Pointer;

  filename: array [1..MaxTextExtent] of char;

  magick_filename: array [1..MaxTextExtent] of char;

  magick: array [1..MaxTextExtent] of char;

  magick_columns: culong;

  magick_rows: culong;

  exception: ExceptionInfo;

  debug: MagickBooleanType;

  reference_count: LongInt;

  semaphore: Pointer;

  color_profile: ProfileInfo;

  iptc_profile: ProfileInfo;

  generic_profile: PProfileInfo;

  generic_profiles: culong;

  signature: culong;

  previous: Pointer;

  list: Pointer;

  next: Pointer;

end;


Documentation generated on: 2023-03-18