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
Constants
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
|
MagickBool = cuint; |
|
This item has no description. |
MagickPassFail = cuint; |
|
This item has no description. |
EndianType = (...); |
|
This item has no description. Values
|
StorageType = (...); |
|
This item has no description. Values
|
QuantumType = (...); |
|
This item has no description. Values
|
QuantumSampleType = (...); |
|
This item has no description. Values
|
CompressionType = (...); |
|
This item has no description. Values
|
InterlaceType = (...); |
|
This item has no description. Values
|
ResolutionType = (...); |
|
This item has no description. Values
|
ColorspaceType = (...); |
|
This item has no description. Values
|
ImageType = (...); |
|
This item has no description. Values
|
PreviewType = (...); |
|
This item has no description. Values
|
ClassType = (...); |
|
This item has no description. Values
|
OrientationType = (...); |
|
This item has no description. Values
|
RenderingIntent = (...); |
|
This item has no description. Values
|
FilterTypes = (...); |
|
This item has no description. Values
|
GravityType = (...); |
|
This item has no description. Values
|
CompositeOperator = (...); |
|
This item has no description. Values
|
DisposeType = (...); |
|
This item has no description. Values
|
TimerState = (...); |
|
This item has no description. Values
|
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.