Package | Description |
---|---|
com.canto.cumulus.utils |
The Cumulus utilities package.
|
Modifier and Type | Method and Description |
---|---|
ImagingPixmap.ColorSpace |
ImagingPixmap.getColorSpace()
Returns the color space for the pixmap.
|
static ImagingPixmap.ColorSpace |
ImagingPixmap.ColorSpace.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ImagingPixmap.ColorSpace[] |
ImagingPixmap.ColorSpace.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
ImagingPixmap.getColorSpaceName(ImagingPixmap.ColorSpace colorSpace)
Returns a label for the given color space.
|
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.