Package | Description |
---|---|
com.canto.cumulus.utils |
The Cumulus utilities package.
|
Modifier and Type | Method and Description |
---|---|
static ImagingPixmap.Format |
ImagingPixmap.Format.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ImagingPixmap.Format[] |
ImagingPixmap.Format.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ImagingPixmap.save(java.io.File file,
ImagingPixmap.Format format,
ImagingPixmap.ColorSpace colorspace,
ImagingPixmap.Compression compression,
int jpegQualityOrZIPCompression,
boolean embedTransparencyGrid,
int boundingBox)
Saves the current pixmap as a new file at the given location using the specified parameters.
|
void |
ImagingPixmap.save(java.io.File file,
ImagingPixmap.Format format,
ImagingPixmap.ColorSpace colorspace,
ImagingPixmap.Compression compression,
int jpegQualityOrZIPCompression,
boolean embedTransparencyGrid,
int boundingBoxWidth,
int boundingBoxHeight)
Saves the current pixmap as a new file at the given location using the specified parameters.
|
void |
ImagingPixmap.save(java.io.File file,
ImagingPixmap.Format format,
ImagingPixmap.ColorSpace colorspace,
ImagingPixmap.Compression compression,
int resolution,
int jpegQualityOrZIPCompression,
boolean embedTransparencyGrid,
int boundingBoxWidth,
int boundingBoxHeight)
Saves the current pixmap as a new file at the given location using the specified parameters.
|
www.canto.com
Canto, the Canto logo, the Cumulus logo, and Cumulus are registered trademarks of Canto GmbH, registered in the U.S. and other countries.