magick

Interface MapMode

public interface MapMode

Corresponds to ImageMagick enumerated type of the same name.
Author:
Eric Yeo

Field Summary

static int
IOMode
static int
ReadMode
static int
WriteMode

Field Details

IOMode

public static final int IOMode
Field Value:
2

ReadMode

public static final int ReadMode
Field Value:
0

WriteMode

public static final int WriteMode
Field Value:
1