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

MagickWand

Declaration

Source position: magick_wand.pas line 42

type MagickWand = record

  id: culong;

  name: array [1..MaxTextExtent] of Char;

  exception: ExceptionInfo;

  image_info: PImageInfo;

  quantize_info: PQuantizeInfo;

  images: PImage;

  active: MagickBooleanType;

  pend: MagickBooleanType;

  debug: MagickBooleanType;

  signature: culong;

end;


Documentation generated on: 2023-03-18