Unit msegraphicsmagick

Description

This item has no description.

Overview

Classes, Interfaces, Objects and Records

Name Description
Record PixelPacket8  
Record PixelPacket16  
Record PixelPacket32  
Record _FILE  
Record ExceptionInfo  
Record PrimaryInfo  
Record ChromaticityInfo  
Record RectangleInfo  
Record ErrorInfo  
Record Timer  
Record TimerInfo  
Record Imagea  
Record Imageb8  
Record Imageb16  
Record Imageb32  
Record Imagec  
Record Image8  
Record Image16  
Record Image32  
Record ImageInfoa  
Record ImageInfob8  
Record ImageInfob16  
Record ImageInfob32  
Record ImageInfoc  
Record ImageInfo8  
Record ImageInfo16  
Record ImageInfo32  
Record ExportPixelAreaOptions  
Record ImportPixelAreaOptions  
Record ExportPixelAreaInfo  
Record ImportPixelAreaInfo  
Record MagickWand  

Functions and Procedures

procedure initializegraphicsmagick(const sonames, sonameswand: array of filenamety);
procedure releasegraphicsmagick;
function quantumdepth: quantumdepthty;
procedure reggminit(const initproc: dynlibprocty);
procedure reggmdeinit(const deinitproc: dynlibprocty);
procedure reggmwandinit(const initproc: dynlibprocty);
procedure reggmwanddeinit(const deinitproc: dynlibprocty);

Types

quantumdepthty = (...);
MagickBool = cuint;
MagickPassFail = cuint;
EndianType = (...);
StorageType = (...);
QuantumType = (...);
QuantumSampleType = (...);
CompressionType = (...);
InterlaceType = (...);
ResolutionType = (...);
ColorspaceType = (...);
ImageType = (...);
PreviewType = (...);
ClassType = (...);
OrientationType = (...);
RenderingIntent = (...);
FilterTypes = (...);
GravityType = (...);
CompositeOperator = (...);
DisposeType = (...);
TimerState = (...);
Quantum8 = cuchar;
Quantum16 = cushort;
Quantum32 = cuint;
pPixelPacket8 = ˆPixelPacket8;
pPixelPacket16 = ˆPixelPacket16;
pPixelPacket32 = ˆPixelPacket32;
pFILE = ˆ_FILE;
_CacheInfoPtr_ = pointer;
_BlobInfoPtr_ = pointer;
MaxTextExtent = 0..2052;
pExceptionInfo = ˆExceptionInfo;
_ThreadViewSetPtr_ = pointer;
_ImageAttributePtr_ = pointer;
_Ascii85InfoPtr_ = pointer;
_SemaphoreInfoPtr_ = pointer;
pImage8 = ˆImage8;
pImage16 = ˆImage16;
pImage32 = ˆImage32;
pImageInfo8 = ˆImageInfo8;
pImageInfo16 = ˆImageInfo16;
pImageInfo32 = ˆImageInfo32;
pExportPixelAreaOptions = ˆExportPixelAreaOptions;
pImportPixelAreaOptions = ˆImportPixelAreaOptions;
pExportPixelAreaInfo = ˆExportPixelAreaInfo;
pImportPixelAreaInfo = ˆImportPixelAreaInfo;
pMagickWand = ˆMagickWand;

Constants

graphicsmagicwandlib: array[0..1] of filenamety = ('libGraphicsMagickWand.so.2','libGraphicsMagickWand.so');
graphicsmagiclib: array[0..1] of filenamety = ('libGraphicsMagick.so.3','libGraphicsMagick.so');
MagickTrue = 1;
MagickFalse = 0;
MagickPass = 1;
MagickFail = 0;
UndefinedExceptionBase = 0;
ExceptionBase = 1;
ResourceBase = 2;
ResourceLimitBase = 2;
TypeBase = 5;
AnnotateBase = 5;
OptionBase = 10;
DelegateBase = 15;
MissingDelegateBase = 20;
CorruptImageBase = 25;
FileOpenBase = 30;
BlobBase = 35;
StreamBase = 40;
CacheBase = 45;
CoderBase = 50;
ModuleBase = 55;
DrawBase = 60;
RenderBase = 60;
ImageBase = 65;
WandBase = 67;
TemporaryFileBase = 70;
TransformBase = 75;
XServerBase = 80;
X11Base = 81;
UserBase = 82;
MonitorBase = 85;
LocaleBase = 86;
DeprecateBase = 87;
RegistryBase = 90;
ConfigureBase = 95;
UndefinedException = 0;
EventException = 100;
ExceptionEvent = EventException + ExceptionBase;
ResourceEvent = EventException + ResourceBase;
ResourceLimitEvent = EventException + ResourceLimitBase;
TypeEvent = EventException + TypeBase;
AnnotateEvent = EventException + AnnotateBase;
OptionEvent = EventException + OptionBase;
DelegateEvent = EventException + DelegateBase;
MissingDelegateEvent = EventException + MissingDelegateBase;
CorruptImageEvent = EventException + CorruptImageBase;
FileOpenEvent = EventException + FileOpenBase;
BlobEvent = EventException + BlobBase;
StreamEvent = EventException + StreamBase;
CacheEvent = EventException + CacheBase;
CoderEvent = EventException + CoderBase;
ModuleEvent = EventException + ModuleBase;
DrawEvent = EventException + DrawBase;
RenderEvent = EventException + RenderBase;
ImageEvent = EventException + ImageBase;
WandEvent = EventException + WandBase;
TemporaryFileEvent = EventException + TemporaryFileBase;
TransformEvent = EventException + TransformBase;
XServerEvent = EventException + XServerBase;
X11Event = EventException + X11Base;
UserEvent = EventException + UserBase;
MonitorEvent = EventException + MonitorBase;
LocaleEvent = EventException + LocaleBase;
DeprecateEvent = EventException + DeprecateBase;
RegistryEvent = EventException + RegistryBase;
ConfigureEvent = EventException + ConfigureBase;
WarningException = 300;
ExceptionWarning = WarningException + ExceptionBase;
ResourceWarning = WarningException + ResourceBase;
ResourceLimitWarning = WarningException + ResourceLimitBase;
TypeWarning = WarningException + TypeBase;
AnnotateWarning = WarningException + AnnotateBase;
OptionWarning = WarningException + OptionBase;
DelegateWarning = WarningException + DelegateBase;
MissingDelegateWarning = WarningException + MissingDelegateBase;
CorruptImageWarning = WarningException + CorruptImageBase;
FileOpenWarning = WarningException + FileOpenBase;
BlobWarning = WarningException + BlobBase;
StreamWarning = WarningException + StreamBase;
CacheWarning = WarningException + CacheBase;
CoderWarning = WarningException + CoderBase;
ModuleWarning = WarningException + ModuleBase;
DrawWarning = WarningException + DrawBase;
RenderWarning = WarningException + RenderBase;
ImageWarning = WarningException + ImageBase;
WandWarning = WarningException + WandBase;
TemporaryFileWarning = WarningException + TemporaryFileBase;
TransformWarning = WarningException + TransformBase;
XServerWarning = WarningException + XServerBase;
X11Warning = WarningException + X11Base;
UserWarning = WarningException + UserBase;
MonitorWarning = WarningException + MonitorBase;
LocaleWarning = WarningException + LocaleBase;
DeprecateWarning = WarningException + DeprecateBase;
RegistryWarning = WarningException + RegistryBase;
ConfigureWarning = WarningException + ConfigureBase;
ErrorException = 400;
ExceptionError = ErrorException + ExceptionBase;
ResourceError = ErrorException + ResourceBase;
ResourceLimitError = ErrorException + ResourceLimitBase;
TypeError = ErrorException + TypeBase;
AnnotateError = ErrorException + AnnotateBase;
OptionError = ErrorException + OptionBase;
DelegateError = ErrorException + DelegateBase;
MissingDelegateError = ErrorException + MissingDelegateBase;
CorruptImageError = ErrorException + CorruptImageBase;
FileOpenError = ErrorException + FileOpenBase;
BlobError = ErrorException + BlobBase;
StreamError = ErrorException + StreamBase;
CacheError = ErrorException + CacheBase;
CoderError = ErrorException + CoderBase;
ModuleError = ErrorException + ModuleBase;
DrawError = ErrorException + DrawBase;
RenderError = ErrorException + RenderBase;
ImageError = ErrorException + ImageBase;
WandError = ErrorException + WandBase;
TemporaryFileError = ErrorException + TemporaryFileBase;
TransformError = ErrorException + TransformBase;
XServerError = ErrorException + XServerBase;
X11Error = ErrorException + X11Base;
UserError = ErrorException + UserBase;
MonitorError = ErrorException + MonitorBase;
LocaleError = ErrorException + LocaleBase;
DeprecateError = ErrorException + DeprecateBase;
RegistryError = ErrorException + RegistryBase;
ConfigureError = ErrorException + ConfigureBase;
FatalErrorException = 700;
ExceptionFatalError = FatalErrorException + ExceptionBase;
ResourceFatalError = FatalErrorException + ResourceBase;
ResourceLimitFatalError = FatalErrorException + ResourceLimitBase;
TypeFatalError = FatalErrorException + TypeBase;
AnnotateFatalError = FatalErrorException + AnnotateBase;
OptionFatalError = FatalErrorException + OptionBase;
DelegateFatalError = FatalErrorException + DelegateBase;
MissingDelegateFatalError = FatalErrorException + MissingDelegateBase;
CorruptImageFatalError = FatalErrorException + CorruptImageBase;
FileOpenFatalError = FatalErrorException + FileOpenBase;
BlobFatalError = FatalErrorException + BlobBase;
StreamFatalError = FatalErrorException + StreamBase;
CacheFatalError = FatalErrorException + CacheBase;
CoderFatalError = FatalErrorException + CoderBase;
ModuleFatalError = FatalErrorException + ModuleBase;
DrawFatalError = FatalErrorException + DrawBase;
RenderFatalError = FatalErrorException + RenderBase;
ImageFatalError = FatalErrorException + ImageBase;
WandFatalError = FatalErrorException + WandBase;
TemporaryFileFatalError = FatalErrorException + TemporaryFileBase;
TransformFatalError = FatalErrorException + TransformBase;
XServerFatalError = FatalErrorException + XServerBase;
X11FatalError = FatalErrorException + X11Base;
UserFatalError = FatalErrorException + UserBase;
MonitorFatalError = FatalErrorException + MonitorBase;
LocaleFatalError = FatalErrorException + LocaleBase;
DeprecateFatalError = FatalErrorException + DeprecateBase;
RegistryFatalError = FatalErrorException + RegistryBase;
ConfigureFatalError = FatalErrorException + ConfigureBase;

Variables

InitializeMagick: procedure(path: pcchar); cdecl;
DestroyMagick: procedure(); cdecl;
MagickMalloc: function(size: size_t): pointer; cdecl;
MagickFree: procedure(memory: pointer); cdecl;
MagickGetVersion: function(version: pculong): pcchar; cdecl;
MagickGetQuantumDepth: function(depth: pculong): pchar; cdecl;
MagickQueryFormats: function(pattern: pcchar; number_formats: pculong): ppcchar; cdecl;
GetExceptionInfo: procedure(exception: pExceptionInfo); cdecl;
DestroyExceptionInfo: procedure(exception: pExceptionInfo); cdecl;
CloneImageInfo: function(image_info: pointer): pointer; cdecl;
DestroyImageInfo: procedure(image_info: pointer); cdecl;
AllocateImage: function(image_info: pointer): pointer; cdecl;
PingImage: function(image_info: pointer; exception: pExceptionInfo):pointer; cdecl;
ReadImage: function(image_info: pointer; exception: pExceptionInfo): pointer; cdecl;
PingBlob: function(imageinfo: pointer; blob: pointer; length: size_t; exception: pExceptionInfo): pointer; cdecl;
BlobToImage: function(image_info: pointer; blob: pointer; length: size_t; exception: pExceptionInfo): pointer; cdecl;
WriteImage: function(image_info: pointer; image: pointer): cuint; cdecl;
ImageToBlob: function(image_info: pointer; image: pointer; length: psize_t; exception: pExceptionInfo): pointer; cdecl;
DestroyImage: procedure(image: pointer); cdecl;
DispatchImage: function(image: pointer; x_offset: clong; y_offset: clong; columns: culong; rows: culong; map: pcchar; _type: StorageType; pixels: pointer; exception: pExceptionInfo): MagickPassFail; cdecl;
ConstituteImage: function(width: cuint; height: cuint; map: pcchar; _type: StorageType; pixels: pointer; exception: pExceptionInfo): pointer; cdecl;
ExportImagePixelArea: function(image: pointer; quantum_type: QuantumType; quantum_size: cuint; destination: pcuchar; options: pExportPixelAreaOptions; export_info: pExportPixelAreaInfo): MagickPassFail; cdecl;
ImportImagePixelArea: function(image: pointer; quantum_type: QuantumType; quantum_size: cuint; source: pcuchar; options: pImportPixelAreaOptions; import_info: pImportPixelAreaInfo): MagickPassFail; cdecl;
ImportPixelAreaOptionsInit: procedure(options: pImportPixelAreaOptions); cdecl;
ExportPixelAreaOptionsInit: procedure(options: pExportPixelAreaOptions); cdecl;
GetImagePixels: function(image: pointer; x: clong; y: clong; columns: culong; rows: culong): pointer; cdecl;
SetImagePixels: function(image: pointer; x: clong; const y: clong; columns: culong; rows: culong): pointer; cdecl;
SyncImagePixels: function(image: pointer): MagickPassFail; cdecl;
AllocateImageColormap: function(image: pointer; colors: culong): cuint; cdecl;
SampleImage: function(image: pointer; columns: culong; rows: culong; exception: pExceptionInfo): pointer; cdecl;
ScaleImage: function(image: pointer; columns: culong; rows: culong; exception: pExceptionInfo): pointer; cdecl;
ResizeImage: function(image: pointer; columns: culong; rows: culong; filter: FilterTypes; blur: cdouble; exception: pExceptionInfo): pointer; cdecl;
RotateImage: function(image: pointer; degrees: cdouble; exception: pExceptionInfo): pointer; cdecl;
NewMagickWand: function(): pMagickWand; cdecl;
DestroyMagickWand: procedure(wand: pMagickWand); cdecl;
MagickReadImage: function(wand: pMagickWand; filename: pcchar): cuint; cdecl;
MagickReadImageBlob: function(wand: pMagickWand; blob: pcuchar; length: size_t): cuint; cdecl;
MagickReadImageFile: function(wand: pMagickWand; _file: pFILE): cuint; cdecl;
MagickWriteImage: function(wand: pMagickWand; filename: pcchar): cuint; cdecl;
MagickWriteImageFile: function(wand: pMagickWand; _file: pFILE): cuint; cdecl;
MagickWriteImageBlob: function(wand: pMagickWand; length: psize_t): cuchar; cdecl;
MagickSetFormat: function(wand: pMagickWand; format: pcchar): cuint; cdecl;

Description

Functions and Procedures

procedure initializegraphicsmagick(const sonames, sonameswand: array of filenamety);

This item has no description.

procedure releasegraphicsmagick;

This item has no description.

function quantumdepth: quantumdepthty;

This item has no description.

procedure reggminit(const initproc: dynlibprocty);

This item has no description.

procedure reggmdeinit(const deinitproc: dynlibprocty);

This item has no description.

procedure reggmwandinit(const initproc: dynlibprocty);

This item has no description.

procedure reggmwanddeinit(const deinitproc: dynlibprocty);

This item has no description.

Types

quantumdepthty = (...);

This item has no description.

Values
  • qd_8
  • qd_16
  • qd_32
MagickBool = cuint;

This item has no description.

MagickPassFail = cuint;

This item has no description.

EndianType = (...);

This item has no description.

Values
  • UndefinedEndian
  • LSBEndian
  • MSBEndian
  • NativeEndian
StorageType = (...);

This item has no description.

Values
  • CharPixel
  • ShortPixel
  • IntegerPixel
  • LongPixel
  • FloatPixel
  • DoublePixel
QuantumType = (...);

This item has no description.

Values
  • UndefinedQuantum
  • IndexQuantum
  • GrayQuantum
  • IndexAlphaQuantum
  • GrayAlphaQuantum
  • RedQuantum
  • CyanQuantum
  • GreenQuantum
  • YellowQuantum
  • BlueQuantum
  • MagentaQuantum
  • AlphaQuantum
  • BlackQuantum
  • RGBQuantum
  • RGBAQuantum
  • CMYKQuantum
  • CMYKAQuantum
  • CIEYQuantum
  • CIEXYZQuantum
QuantumSampleType = (...);

This item has no description.

Values
  • UndefinedQuantumSampleType
  • UnsignedQuantumSampleType
  • FloatQuantumSampleType
CompressionType = (...);

This item has no description.

Values
  • UndefinedCompression
  • NoCompression
  • BZipCompression
  • FaxCompression
  • Group4Compression
  • JPEGCompression
  • LosslessJPEGCompression
  • LZWCompression
  • RLECompression
  • ZipCompression
  • LZMACompression
  • JPEG2000Compression
  • JBIG1Compression
  • JBIG2Compression
InterlaceType = (...);

This item has no description.

Values
  • UndefinedInterlace
  • NoInterlace
  • LineInterlace
  • PlaneInterlace
  • PartitionInterlace
ResolutionType = (...);

This item has no description.

Values
  • UndefinedResolution
  • PixelsPerInchResolution
  • PixelsPerCentimeterResolution
ColorspaceType = (...);

This item has no description.

Values
  • UndefinedColorspace
  • RGBColorspace
  • GRAYColorspace
  • TransparentColorspace
  • OHTAColorspace
  • XYZColorspace
  • YCCColorspace
  • YIQColorspace
  • YPbPrColorspace
  • YUVColorspace
  • CMYKColorspace
  • sRGBColorspace
  • HSLColorspace
  • HWBColorspace
  • LABColorspace
  • CineonLogRGBColorspace
  • Rec601LumaColorspace
  • Rec601YCbCrColorspace
  • Rec709LumaColorspace
  • Rec709YCbCrColorspace
ImageType = (...);

This item has no description.

Values
  • UndefinedType
  • BilevelType
  • GrayscaleType
  • GrayscaleMatteType
  • PaletteType
  • PaletteMatteType
  • TrueColorType
  • TrueColorMatteType
  • ColorSeparationType
  • ColorSeparationMatteType
  • OptimizeType
PreviewType = (...);

This item has no description.

Values
  • UndefinedPreview = 0
  • RotatePreview
  • ShearPreview
  • RollPreview
  • HuePreview
  • SaturationPreview
  • BrightnessPreview
  • GammaPreview
  • SpiffPreview
  • DullPreview
  • GrayscalePreview
  • QuantizePreview
  • DespecklePreview
  • ReduceNoisePreview
  • AddNoisePreview
  • SharpenPreview
  • BlurPreview
  • ThresholdPreview
  • EdgeDetectPreview
  • SpreadPreview
  • SolarizePreview
  • ShadePreview
  • RaisePreview
  • SegmentPreview
  • SwirlPreview
  • ImplodePreview
  • WavePreview
  • OilPaintPreview
  • CharcoalDrawingPreview
  • JPEGPreview
ClassType = (...);

This item has no description.

Values
  • UndefinedClass
  • DirectClass
  • PseudoClass
OrientationType = (...);

This item has no description.

Values
  • UndefinedOrientation
  • TopLeftOrientation
  • TopRightOrientation
  • BottomRightOrientation
  • BottomLeftOrientation
  • LeftTopOrientation
  • RightTopOrientation
  • RightBottomOrientation
  • LeftBottomOrientation
RenderingIntent = (...);

This item has no description.

Values
  • UndefinedIntent
  • SaturationIntent
  • PerceptualIntent
  • AbsoluteIntent
  • RelativeIntent
FilterTypes = (...);

This item has no description.

Values
  • UndefinedFilter
  • PointFilter
  • BoxFilter
  • TriangleFilter
  • HermiteFilter
  • HanningFilter
  • HammingFilter
  • BlackmanFilter
  • GaussianFilter
  • QuadraticFilter
  • CubicFilter
  • CatromFilter
  • MitchellFilter
  • LanczosFilter
  • BesselFilter
  • SincFilter
GravityType = (...);

This item has no description.

Values
  • ForgetGravity
  • NorthWestGravity
  • NorthGravity
  • NorthEastGravity
  • WestGravity
  • CenterGravity
  • EastGravity
  • SouthWestGravity
  • SouthGravity
  • SouthEastGravity
  • StaticGravity
CompositeOperator = (...);

This item has no description.

Values
  • UndefinedCompositeOp = 0
  • OverCompositeOp
  • InCompositeOp
  • OutCompositeOp
  • AtopCompositeOp
  • XorCompositeOp
  • PlusCompositeOp
  • MinusCompositeOp
  • AddCompositeOp
  • SubtractCompositeOp
  • DifferenceCompositeOp
  • MultiplyCompositeOp
  • BumpmapCompositeOp
  • CopyCompositeOp
  • CopyRedCompositeOp
  • CopyGreenCompositeOp
  • CopyBlueCompositeOp
  • CopyOpacityCompositeOp
  • ClearCompositeOp
  • DissolveCompositeOp
  • DisplaceCompositeOp
  • ModulateCompositeOp
  • ThresholdCompositeOp
  • NoCompositeOp
  • DarkenCompositeOp
  • LightenCompositeOp
  • HueCompositeOp
  • SaturateCompositeOp
  • ColorizeCompositeOp
  • LuminizeCompositeOp
  • ScreenCompositeOp
  • OverlayCompositeOp
  • CopyCyanCompositeOp
  • CopyMagentaCompositeOp
  • CopyYellowCompositeOp
  • CopyBlackCompositeOp
  • DivideCompositeOp
DisposeType = (...);

This item has no description.

Values
  • UndefinedDispose
  • NoneDispose
  • BackgroundDispose
  • PreviousDispose
TimerState = (...);

This item has no description.

Values
  • UndefinedTimerState
  • StoppedTimerState
  • RunningTimerState
Quantum8 = cuchar;

This item has no description.

Quantum16 = cushort;

This item has no description.

Quantum32 = cuint;

This item has no description.

pPixelPacket8 = ˆPixelPacket8;

This item has no description.

pPixelPacket16 = ˆPixelPacket16;

This item has no description.

pPixelPacket32 = ˆPixelPacket32;

This item has no description.

pFILE = ˆ_FILE;

This item has no description.

_CacheInfoPtr_ = pointer;

This item has no description.

_BlobInfoPtr_ = pointer;

This item has no description.

MaxTextExtent = 0..2052;

This item has no description.

pExceptionInfo = ˆExceptionInfo;

This item has no description.

_ThreadViewSetPtr_ = pointer;

This item has no description.

_ImageAttributePtr_ = pointer;

This item has no description.

_Ascii85InfoPtr_ = pointer;

This item has no description.

_SemaphoreInfoPtr_ = pointer;

This item has no description.

pImage8 = ˆImage8;

This item has no description.

pImage16 = ˆImage16;

This item has no description.

pImage32 = ˆImage32;

This item has no description.

pImageInfo8 = ˆImageInfo8;

This item has no description.

pImageInfo16 = ˆImageInfo16;

This item has no description.

pImageInfo32 = ˆImageInfo32;

This item has no description.

pExportPixelAreaOptions = ˆExportPixelAreaOptions;

This item has no description.

pImportPixelAreaOptions = ˆImportPixelAreaOptions;

This item has no description.

pExportPixelAreaInfo = ˆExportPixelAreaInfo;

This item has no description.

pImportPixelAreaInfo = ˆImportPixelAreaInfo;

This item has no description.

pMagickWand = ˆMagickWand;

This item has no description.

Constants

graphicsmagicwandlib: array[0..1] of filenamety = ('libGraphicsMagickWand.so.2','libGraphicsMagickWand.so');

This item has no description.

graphicsmagiclib: array[0..1] of filenamety = ('libGraphicsMagick.so.3','libGraphicsMagick.so');

This item has no description.

MagickTrue = 1;

This item has no description.

MagickFalse = 0;

This item has no description.

MagickPass = 1;

This item has no description.

MagickFail = 0;

This item has no description.

UndefinedExceptionBase = 0;

This item has no description.

ExceptionBase = 1;

This item has no description.

ResourceBase = 2;

This item has no description.

ResourceLimitBase = 2;

This item has no description.

TypeBase = 5;

This item has no description.

AnnotateBase = 5;

This item has no description.

OptionBase = 10;

This item has no description.

DelegateBase = 15;

This item has no description.

MissingDelegateBase = 20;

This item has no description.

CorruptImageBase = 25;

This item has no description.

FileOpenBase = 30;

This item has no description.

BlobBase = 35;

This item has no description.

StreamBase = 40;

This item has no description.

CacheBase = 45;

This item has no description.

CoderBase = 50;

This item has no description.

ModuleBase = 55;

This item has no description.

DrawBase = 60;

This item has no description.

RenderBase = 60;

This item has no description.

ImageBase = 65;

This item has no description.

WandBase = 67;

This item has no description.

TemporaryFileBase = 70;

This item has no description.

TransformBase = 75;

This item has no description.

XServerBase = 80;

This item has no description.

X11Base = 81;

This item has no description.

UserBase = 82;

This item has no description.

MonitorBase = 85;

This item has no description.

LocaleBase = 86;

This item has no description.

DeprecateBase = 87;

This item has no description.

RegistryBase = 90;

This item has no description.

ConfigureBase = 95;

This item has no description.

UndefinedException = 0;

This item has no description.

EventException = 100;

This item has no description.

ExceptionEvent = EventException + ExceptionBase;

This item has no description.

ResourceEvent = EventException + ResourceBase;

This item has no description.

ResourceLimitEvent = EventException + ResourceLimitBase;

This item has no description.

TypeEvent = EventException + TypeBase;

This item has no description.

AnnotateEvent = EventException + AnnotateBase;

This item has no description.

OptionEvent = EventException + OptionBase;

This item has no description.

DelegateEvent = EventException + DelegateBase;

This item has no description.

MissingDelegateEvent = EventException + MissingDelegateBase;

This item has no description.

CorruptImageEvent = EventException + CorruptImageBase;

This item has no description.

FileOpenEvent = EventException + FileOpenBase;

This item has no description.

BlobEvent = EventException + BlobBase;

This item has no description.

StreamEvent = EventException + StreamBase;

This item has no description.

CacheEvent = EventException + CacheBase;

This item has no description.

CoderEvent = EventException + CoderBase;

This item has no description.

ModuleEvent = EventException + ModuleBase;

This item has no description.

DrawEvent = EventException + DrawBase;

This item has no description.

RenderEvent = EventException + RenderBase;

This item has no description.

ImageEvent = EventException + ImageBase;

This item has no description.

WandEvent = EventException + WandBase;

This item has no description.

TemporaryFileEvent = EventException + TemporaryFileBase;

This item has no description.

TransformEvent = EventException + TransformBase;

This item has no description.

XServerEvent = EventException + XServerBase;

This item has no description.

X11Event = EventException + X11Base;

This item has no description.

UserEvent = EventException + UserBase;

This item has no description.

MonitorEvent = EventException + MonitorBase;

This item has no description.

LocaleEvent = EventException + LocaleBase;

This item has no description.

DeprecateEvent = EventException + DeprecateBase;

This item has no description.

RegistryEvent = EventException + RegistryBase;

This item has no description.

ConfigureEvent = EventException + ConfigureBase;

This item has no description.

WarningException = 300;

This item has no description.

ExceptionWarning = WarningException + ExceptionBase;

This item has no description.

ResourceWarning = WarningException + ResourceBase;

This item has no description.

ResourceLimitWarning = WarningException + ResourceLimitBase;

This item has no description.

TypeWarning = WarningException + TypeBase;

This item has no description.

AnnotateWarning = WarningException + AnnotateBase;

This item has no description.

OptionWarning = WarningException + OptionBase;

This item has no description.

DelegateWarning = WarningException + DelegateBase;

This item has no description.

MissingDelegateWarning = WarningException + MissingDelegateBase;

This item has no description.

CorruptImageWarning = WarningException + CorruptImageBase;

This item has no description.

FileOpenWarning = WarningException + FileOpenBase;

This item has no description.

BlobWarning = WarningException + BlobBase;

This item has no description.

StreamWarning = WarningException + StreamBase;

This item has no description.

CacheWarning = WarningException + CacheBase;

This item has no description.

CoderWarning = WarningException + CoderBase;

This item has no description.

ModuleWarning = WarningException + ModuleBase;

This item has no description.

DrawWarning = WarningException + DrawBase;

This item has no description.

RenderWarning = WarningException + RenderBase;

This item has no description.

ImageWarning = WarningException + ImageBase;

This item has no description.

WandWarning = WarningException + WandBase;

This item has no description.

TemporaryFileWarning = WarningException + TemporaryFileBase;

This item has no description.

TransformWarning = WarningException + TransformBase;

This item has no description.

XServerWarning = WarningException + XServerBase;

This item has no description.

X11Warning = WarningException + X11Base;

This item has no description.

UserWarning = WarningException + UserBase;

This item has no description.

MonitorWarning = WarningException + MonitorBase;

This item has no description.

LocaleWarning = WarningException + LocaleBase;

This item has no description.

DeprecateWarning = WarningException + DeprecateBase;

This item has no description.

RegistryWarning = WarningException + RegistryBase;

This item has no description.

ConfigureWarning = WarningException + ConfigureBase;

This item has no description.

ErrorException = 400;

This item has no description.

ExceptionError = ErrorException + ExceptionBase;

This item has no description.

ResourceError = ErrorException + ResourceBase;

This item has no description.

ResourceLimitError = ErrorException + ResourceLimitBase;

This item has no description.

TypeError = ErrorException + TypeBase;

This item has no description.

AnnotateError = ErrorException + AnnotateBase;

This item has no description.

OptionError = ErrorException + OptionBase;

This item has no description.

DelegateError = ErrorException + DelegateBase;

This item has no description.

MissingDelegateError = ErrorException + MissingDelegateBase;

This item has no description.

CorruptImageError = ErrorException + CorruptImageBase;

This item has no description.

FileOpenError = ErrorException + FileOpenBase;

This item has no description.

BlobError = ErrorException + BlobBase;

This item has no description.

StreamError = ErrorException + StreamBase;

This item has no description.

CacheError = ErrorException + CacheBase;

This item has no description.

CoderError = ErrorException + CoderBase;

This item has no description.

ModuleError = ErrorException + ModuleBase;

This item has no description.

DrawError = ErrorException + DrawBase;

This item has no description.

RenderError = ErrorException + RenderBase;

This item has no description.

ImageError = ErrorException + ImageBase;

This item has no description.

WandError = ErrorException + WandBase;

This item has no description.

TemporaryFileError = ErrorException + TemporaryFileBase;

This item has no description.

TransformError = ErrorException + TransformBase;

This item has no description.

XServerError = ErrorException + XServerBase;

This item has no description.

X11Error = ErrorException + X11Base;

This item has no description.

UserError = ErrorException + UserBase;

This item has no description.

MonitorError = ErrorException + MonitorBase;

This item has no description.

LocaleError = ErrorException + LocaleBase;

This item has no description.

DeprecateError = ErrorException + DeprecateBase;

This item has no description.

RegistryError = ErrorException + RegistryBase;

This item has no description.

ConfigureError = ErrorException + ConfigureBase;

This item has no description.

FatalErrorException = 700;

This item has no description.

ExceptionFatalError = FatalErrorException + ExceptionBase;

This item has no description.

ResourceFatalError = FatalErrorException + ResourceBase;

This item has no description.

ResourceLimitFatalError = FatalErrorException + ResourceLimitBase;

This item has no description.

TypeFatalError = FatalErrorException + TypeBase;

This item has no description.

AnnotateFatalError = FatalErrorException + AnnotateBase;

This item has no description.

OptionFatalError = FatalErrorException + OptionBase;

This item has no description.

DelegateFatalError = FatalErrorException + DelegateBase;

This item has no description.

MissingDelegateFatalError = FatalErrorException + MissingDelegateBase;

This item has no description.

CorruptImageFatalError = FatalErrorException + CorruptImageBase;

This item has no description.

FileOpenFatalError = FatalErrorException + FileOpenBase;

This item has no description.

BlobFatalError = FatalErrorException + BlobBase;

This item has no description.

StreamFatalError = FatalErrorException + StreamBase;

This item has no description.

CacheFatalError = FatalErrorException + CacheBase;

This item has no description.

CoderFatalError = FatalErrorException + CoderBase;

This item has no description.

ModuleFatalError = FatalErrorException + ModuleBase;

This item has no description.

DrawFatalError = FatalErrorException + DrawBase;

This item has no description.

RenderFatalError = FatalErrorException + RenderBase;

This item has no description.

ImageFatalError = FatalErrorException + ImageBase;

This item has no description.

WandFatalError = FatalErrorException + WandBase;

This item has no description.

TemporaryFileFatalError = FatalErrorException + TemporaryFileBase;

This item has no description.

TransformFatalError = FatalErrorException + TransformBase;

This item has no description.

XServerFatalError = FatalErrorException + XServerBase;

This item has no description.

X11FatalError = FatalErrorException + X11Base;

This item has no description.

UserFatalError = FatalErrorException + UserBase;

This item has no description.

MonitorFatalError = FatalErrorException + MonitorBase;

This item has no description.

LocaleFatalError = FatalErrorException + LocaleBase;

This item has no description.

DeprecateFatalError = FatalErrorException + DeprecateBase;

This item has no description.

RegistryFatalError = FatalErrorException + RegistryBase;

This item has no description.

ConfigureFatalError = FatalErrorException + ConfigureBase;

This item has no description.

Variables

InitializeMagick: procedure(path: pcchar); cdecl;

This item has no description.

DestroyMagick: procedure(); cdecl;

This item has no description.

MagickMalloc: function(size: size_t): pointer; cdecl;

This item has no description.

MagickFree: procedure(memory: pointer); cdecl;

This item has no description.

MagickGetVersion: function(version: pculong): pcchar; cdecl;

This item has no description.

MagickGetQuantumDepth: function(depth: pculong): pchar; cdecl;

This item has no description.

MagickQueryFormats: function(pattern: pcchar; number_formats: pculong): ppcchar; cdecl;

This item has no description.

GetExceptionInfo: procedure(exception: pExceptionInfo); cdecl;

This item has no description.

DestroyExceptionInfo: procedure(exception: pExceptionInfo); cdecl;

This item has no description.

CloneImageInfo: function(image_info: pointer): pointer; cdecl;

This item has no description.

DestroyImageInfo: procedure(image_info: pointer); cdecl;

This item has no description.

AllocateImage: function(image_info: pointer): pointer; cdecl;

This item has no description.

PingImage: function(image_info: pointer; exception: pExceptionInfo):pointer; cdecl;

This item has no description.

ReadImage: function(image_info: pointer; exception: pExceptionInfo): pointer; cdecl;

This item has no description.

PingBlob: function(imageinfo: pointer; blob: pointer; length: size_t; exception: pExceptionInfo): pointer; cdecl;

This item has no description.

BlobToImage: function(image_info: pointer; blob: pointer; length: size_t; exception: pExceptionInfo): pointer; cdecl;

This item has no description.

WriteImage: function(image_info: pointer; image: pointer): cuint; cdecl;

This item has no description.

ImageToBlob: function(image_info: pointer; image: pointer; length: psize_t; exception: pExceptionInfo): pointer; cdecl;

This item has no description.

DestroyImage: procedure(image: pointer); cdecl;

This item has no description.

DispatchImage: function(image: pointer; x_offset: clong; y_offset: clong; columns: culong; rows: culong; map: pcchar; _type: StorageType; pixels: pointer; exception: pExceptionInfo): MagickPassFail; cdecl;

This item has no description.

ConstituteImage: function(width: cuint; height: cuint; map: pcchar; _type: StorageType; pixels: pointer; exception: pExceptionInfo): pointer; cdecl;

This item has no description.

ExportImagePixelArea: function(image: pointer; quantum_type: QuantumType; quantum_size: cuint; destination: pcuchar; options: pExportPixelAreaOptions; export_info: pExportPixelAreaInfo): MagickPassFail; cdecl;

This item has no description.

ImportImagePixelArea: function(image: pointer; quantum_type: QuantumType; quantum_size: cuint; source: pcuchar; options: pImportPixelAreaOptions; import_info: pImportPixelAreaInfo): MagickPassFail; cdecl;

This item has no description.

ImportPixelAreaOptionsInit: procedure(options: pImportPixelAreaOptions); cdecl;

This item has no description.

ExportPixelAreaOptionsInit: procedure(options: pExportPixelAreaOptions); cdecl;

This item has no description.

GetImagePixels: function(image: pointer; x: clong; y: clong; columns: culong; rows: culong): pointer; cdecl;

This item has no description.

SetImagePixels: function(image: pointer; x: clong; const y: clong; columns: culong; rows: culong): pointer; cdecl;

This item has no description.

SyncImagePixels: function(image: pointer): MagickPassFail; cdecl;

This item has no description.

AllocateImageColormap: function(image: pointer; colors: culong): cuint; cdecl;

This item has no description.

SampleImage: function(image: pointer; columns: culong; rows: culong; exception: pExceptionInfo): pointer; cdecl;

This item has no description.

ScaleImage: function(image: pointer; columns: culong; rows: culong; exception: pExceptionInfo): pointer; cdecl;

This item has no description.

ResizeImage: function(image: pointer; columns: culong; rows: culong; filter: FilterTypes; blur: cdouble; exception: pExceptionInfo): pointer; cdecl;

This item has no description.

RotateImage: function(image: pointer; degrees: cdouble; exception: pExceptionInfo): pointer; cdecl;

This item has no description.

NewMagickWand: function(): pMagickWand; cdecl;

This item has no description.

DestroyMagickWand: procedure(wand: pMagickWand); cdecl;

This item has no description.

MagickReadImage: function(wand: pMagickWand; filename: pcchar): cuint; cdecl;

This item has no description.

MagickReadImageBlob: function(wand: pMagickWand; blob: pcuchar; length: size_t): cuint; cdecl;

This item has no description.

MagickReadImageFile: function(wand: pMagickWand; _file: pFILE): cuint; cdecl;

This item has no description.

MagickWriteImage: function(wand: pMagickWand; filename: pcchar): cuint; cdecl;

This item has no description.

MagickWriteImageFile: function(wand: pMagickWand; _file: pFILE): cuint; cdecl;

This item has no description.

MagickWriteImageBlob: function(wand: pMagickWand; length: psize_t): cuchar; cdecl;

This item has no description.

MagickSetFormat: function(wand: pMagickWand; format: pcchar): cuint; cdecl;

This item has no description.


Generated by PasDoc 0.17.0.snapshot.