| Modifier and Type | Method and Description |
|---|---|
static ImageType |
ImageType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ImageType[] |
ImageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Image.save(java.lang.String imagefilename,
ImageType imageType)
Save an image into a particular file format with default parameters for saving.
|
void |
ImageCollection.save(java.lang.String filename,
ImageType type)
Save the images in the collection to the specified file and image type.
|
void |
Image.save(java.lang.String imagefilename,
ImageType imageType,
ImageSaveParams saveparams)
Save an image into a particular file format with the given parameters for saving.
|
void |
ImageCollection.save(java.lang.String filename,
ImageType type,
ImageSaveParams saveparams)
Save the images in the collection to the specified file and image type.
|