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 Summary
Fields
-
Field Details
-
ReadMode
static final int ReadMode- See Also:
-
WriteMode
static final int WriteMode- See Also:
-
IOMode
static final int IOMode- See Also:
-