| Modifier and Type | Method and Description |
|---|---|
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.
|