Interface | Description |
---|---|
ClassType | |
ColorspaceType | |
CompositeOperator | |
CompressionType | |
DecorationType |
Interface to contain definition for Image Magick's DecorationType.
|
ExceptionType |
Corresponds to the ImageMagick ExceptionType enumeration.
|
FilterType | |
GeometryFlags | |
GravityType |
Corresponds to the ImageMagick enumerated type of the same name.
|
ImageType |
Corresponds to the ImageMagick enumerated type of the same name.
|
InterlaceType |
Corresponds to the ImageMagick enumerated type of the same name.
|
MapMode |
Corresponds to ImageMagick enumerated type of the same name.
|
MontageMode |
Corresponds to ImageMagick enumerated type of the same name.
|
NoiseType |
Corresponds to ImageMagick enumerated type of the same name.
|
PaintMethod |
Corresponds to ImageMagick enumerated type of the same name.
|
PreviewType |
Corresponds to the ImageMagick enumerated type of the same name.
|
PrimitiveType |
Corresponds to the ImageMagick enumerated type of the same name.
|
QuantumTypes |
Corresponds to the ImageMagick enumerated type of the same name.
|
RenderingIntent |
Corresponds to the ImageMagick enumerated type of the same name.
|
ResolutionType |
Corresponds to the ImageMagick enumerated type of the same name.
|
StorageType |
Used in MagickImage.createImage to specify the size
of component.
|
TimerState |
Used in MagickImage.createImage to specify the size
of component.
|
Class | Description |
---|---|
DrawInfo |
Encapsulation of the ImageMagick DrawInfo structure.
|
ImageInfo |
Corresponds to the ImageMagick ImageInfo structure.
|
ImageMagick | |
Magick |
The sole purchase of this class is to cause the native
library to be loaded whenever a concrete class is used
and provide utility methods.
|
MagickImage |
Encapsulation of the ImageMagick Image object.
|
MagickInfo |
Encapsulation of the MagickInfo structure.
|
MagickLoader |
The sole purpouse of this class is to cause the native
library to be loaded in SYSTEM classloader whenever a
concrete class is used.
|
MagickProducer |
This class implements the ImageProducer class.
|
MontageInfo |
Encapsulation of the MontageInfo structure.
|
PixelPacket | |
ProfileInfo | Deprecated.
This class is only needed for the old (ImageMagick 5.5.7 ?)
methods get/setColorProfile() and get/setIptcProfile().
|
QuantizeInfo |
Encapsulation of the QuantizedInfo structure.
|
Exception | Description |
---|---|
MagickApiException |
Encapsulation of the ImageMagick ExceptionInfo structure as
well as the exception that is thrown when an ImageMagick
API failed.
|
MagickException |
Exception class for all encompassing Exception.
|