Package magick
Interface MapMode
-
public interface MapMode
Corresponds to ImageMagick enumerated type of the same name. Important! Constant values should correspond to: http://git.imagemagick.org/repos/ImageMagick/blob/master/MagickCore/blob.h- Author:
- Eric Yeo
-
-
Field Detail
-
ReadMode
static final int ReadMode
- See Also:
- Constant Field Values
-
WriteMode
static final int WriteMode
- See Also:
- Constant Field Values
-
IOMode
static final int IOMode
- See Also:
- Constant Field Values
-
-