Package | Description |
---|---|
com.aspose.cad | |
com.aspose.cad.exif | |
com.aspose.cad.fileformats.jpeg |
Modifier and Type | Class and Description |
---|---|
class |
RasterCachedImage
Represents a raster image supporting raster graphics operations.
|
Modifier and Type | Method and Description |
---|---|
static com.aspose.cad.IColorPalette |
ColorPaletteHelper.getCloseImagePalette(RasterImage image,
int entriesCount)
Gets color palette from raster image (palletizes image) in case the image does not have one.
|
static com.aspose.cad.ColorPalette |
ColorPaletteHelper.getDownscalePalette(RasterImage image)
Get 256 color palette, composed from upper bits of initial image color values.
|
static com.aspose.cad.ColorPalette |
ColorPaletteHelper.getUniformColorPalette(RasterImage image)
Get uniform 256 color palette.
|
Modifier and Type | Method and Description |
---|---|
RasterImage |
JpegExifData.getThumbnail()
Gets or sets the thumbnail image.
|
Modifier and Type | Method and Description |
---|---|
void |
JpegExifData.setThumbnail(RasterImage value)
Gets or sets the thumbnail image.
|
Modifier and Type | Method and Description |
---|---|
RasterImage |
JFIFData.getThumbnail()
Gets or sets the thumbnail.
|
Modifier and Type | Method and Description |
---|---|
void |
JFIFData.setThumbnail(RasterImage value)
Gets or sets the thumbnail.
|