Package | Description |
---|---|
com.aspose.imaging |
The package is the core for nested packages and the most basic objects used for Aspose.Imaging processing.
|
com.aspose.imaging.dithering |
The package provides different helper classes for color dithering.
|
com.aspose.imaging.fileformats.bmp |
The package handles Bmp file format processing.
|
com.aspose.imaging.fileformats.cdr |
The namespace handles Cdr file format processing.
|
com.aspose.imaging.fileformats.cmx |
The namespace handles Tiff file format processing.
|
com.aspose.imaging.fileformats.dicom |
The package handles Dicom file format processing
|
com.aspose.imaging.fileformats.djvu |
The package contains djvu classes
|
com.aspose.imaging.fileformats.emf |
The package contains types [MS-EMF], [MS-EMFPLUS]
|
com.aspose.imaging.fileformats.gif |
The package handles Gif file format processing.
|
com.aspose.imaging.fileformats.gif.blocks |
The package contains Gif file format entities.
|
com.aspose.imaging.fileformats.svg |
The package handles SVG file format processing.
|
com.aspose.imaging.fileformats.tiff |
The package handles Tiff file format processing.
|
com.aspose.imaging.fileformats.webp |
The package handles WebP file format processing.
|
com.aspose.imaging.fileformats.wmf |
The package handles WMF file format processing.
|
com.aspose.imaging.imageoptions |
The package contains classes suitable for export, save or creation of different file formats.
|
Modifier and Type | Class and Description |
---|---|
class |
ColorPalette
Defines an array of colors that make up a color palette.
|
Modifier and Type | Method and Description |
---|---|
static IColorPalette |
ColorPaletteHelper.create4Bit()
Creates the 4 bit color palette.
|
static IColorPalette |
ColorPaletteHelper.create4BitGrayscale(boolean minIsWhite)
Creates the 4 bit grayscale palette.
|
static IColorPalette |
ColorPaletteHelper.create8Bit()
Creates the 8 bit color palette.
|
static IColorPalette |
ColorPaletteHelper.create8BitGrayscale(boolean minIsWhite)
Creates the 8 bit grayscale palette.
|
static IColorPalette |
ColorPaletteHelper.createMonochrome()
Creates a monochrome color palette containing 2 colors only.
|
static IColorPalette |
ColorPaletteHelper.getCloseImagePalette(RasterImage image,
int entriesCount)
Gets color palette from raster image (palletizes image) in case the image does not have one.
|
static IColorPalette |
ColorPaletteHelper.getCloseImagePalette(RasterImage image,
Rectangle destBounds,
int entriesCount)
Gets color palette from raster image (palletizes image) in case the image does not have one.
|
static IColorPalette |
ColorPaletteHelper.getCloseImagePalette(RasterImage image,
Rectangle destBounds,
int entriesCount,
boolean useImagePalette)
Gets color palette from raster image (palletizes image) in case the image does not have one.
|
IColorPalette |
RawDataSettings.getColorPalette()
Gets the color palette
|
IColorPalette |
ImageOptionsBase.getPalette()
Gets the color palette.
|
IColorPalette |
Image.getPalette()
Gets the color palette.
|
Modifier and Type | Method and Description |
---|---|
static ColorPalette |
ColorPalette.copyPalette(IColorPalette colorPalette)
Copies the palette.
|
static ColorPalette |
ColorPalette.copyPalette(IColorPalette colorPalette,
boolean useCompactPalette)
Copies the palette.
|
void |
RasterCachedImage.dither(int ditheringMethod,
int bitsCount,
IColorPalette customPalette)
Performs dithering on the current image.
|
abstract void |
RasterImage.dither(int ditheringMethod,
int bitsCount,
IColorPalette customPalette)
Performs dithering on the current image.
|
void |
RasterCachedMultipageImage.dither(int ditheringMethod,
int bitsCount,
IColorPalette customPalette)
Performs dithering on the current image.
|
static boolean |
ColorPaletteHelper.hasTransparentColors(IColorPalette palette)
Determines whether the specified palette has transparent colors.
|
void |
RawDataSettings.setColorPalette(IColorPalette value)
Sets the color palette
|
void |
ImageOptionsBase.setPalette(IColorPalette value)
Sets the color palette.
|
void |
Image.setPalette(IColorPalette value)
Sets the color palette.
|
void |
VectorMultipageImage.setPalette(IColorPalette palette,
boolean updateColors)
Sets the image palette.
|
void |
RasterImage.setPalette(IColorPalette palette,
boolean updateColors)
Sets the image palette.
|
abstract void |
Image.setPalette(IColorPalette palette,
boolean updateColors)
Sets the image palette.
|
Modifier and Type | Method and Description |
---|---|
IColorPalette |
DitheringMode.getCustomPalette()
The custom palette for dithering.
|
Modifier and Type | Method and Description |
---|---|
void |
DitheringMode.setCustomPalette(IColorPalette value)
The custom palette for dithering.
|
Constructor and Description |
---|
BmpImage(int width,
int height,
int bitsPerPixel,
IColorPalette palette)
Initializes a new instance of the
BmpImage class. |
BmpImage(int width,
int height,
int bitsPerPixel,
IColorPalette palette,
long compression,
double horizontalResolution,
double verticalResolution)
Initializes a new instance of the
BmpImage class. |
Modifier and Type | Method and Description |
---|---|
void |
CdrImagePage.setPalette(IColorPalette palette,
boolean updateColors)
Sets the image palette.
|
void |
CdrImage.setPalette(IColorPalette palette,
boolean updateColors)
Sets the image palette.
|
Modifier and Type | Method and Description |
---|---|
void |
CmxImagePage.setPalette(IColorPalette palette,
boolean updateColors)
Sets the image palette.
|
void |
CmxImage.setPalette(IColorPalette palette,
boolean updateColors)
Sets the image palette.
|
Modifier and Type | Method and Description |
---|---|
void |
DicomImage.dither(int ditheringMethod,
int bitsCount,
IColorPalette customPalette)
Performs dithering on the current image.
|
Modifier and Type | Method and Description |
---|---|
void |
DjvuImage.dither(int ditheringMethod,
int bitsCount,
IColorPalette customPalette)
Performs dithering on the current image.
|
Modifier and Type | Method and Description |
---|---|
void |
EmfImage.setPalette(IColorPalette palette,
boolean updateColors)
Sets the image palette.
|
Modifier and Type | Method and Description |
---|---|
void |
GifImage.dither(int ditheringMethod,
int bitsCount,
IColorPalette customPalette)
Performs dithering on the current image.
|
IGifBlock |
IGifBlockLoaderDescriptor.load(StreamContainer streamContainer,
IColorPalette containerPalette) |
static IGifBlock |
GifBlocksRegistry.loadBlockByFirstSupportedDescriptor(InputStream stream,
IColorPalette containerPalette) |
Constructor and Description |
---|
GifImage(GifFrameBlock firstFrame,
IColorPalette globalPalette)
Initializes a new instance of the
GifImage class. |
GifImage(GifFrameBlock firstFrame,
IColorPalette globalPalette,
boolean isPaletteSorted,
byte paletteColorResolution,
byte paletteBackgroundColorIndex,
byte aspectRatio,
boolean hasTrailer)
Initializes a new instance of the
GifImage class. |
Modifier and Type | Method and Description |
---|---|
static IColorPalette |
GifFrameBlock.getColorPalette(IColorPalette framePalette,
IColorPalette containerPalette)
Gets the associated color palette.
|
Modifier and Type | Method and Description |
---|---|
static byte |
GifFrameBlock.createFlags(IColorPalette colorPalette,
boolean isPaletteSorted,
boolean isGifFrameInterlaced)
Creates the flags.
|
static IColorPalette |
GifFrameBlock.getColorPalette(IColorPalette framePalette,
IColorPalette containerPalette)
Gets the associated color palette.
|
Constructor and Description |
---|
GifFrameBlock(int left,
int top,
int width,
int height,
IColorPalette colorPalette,
boolean isPaletteSorted,
boolean isGifFrameInterlaced,
byte bitsPerPixel)
Initializes a new instance of the
GifFrameBlock class. |
Modifier and Type | Method and Description |
---|---|
void |
SvgImage.setPalette(IColorPalette palette,
boolean updateColors)
Sets the image palette.
|
Modifier and Type | Method and Description |
---|---|
void |
TiffImage.dither(int ditheringMethod,
int bitsCount,
IColorPalette customPalette)
Performs dithering on the current image.
|
Modifier and Type | Method and Description |
---|---|
void |
WebPImage.dither(int ditheringMethod,
int bitsCount,
IColorPalette customPalette)
Performs dithering on the current image.
|
Modifier and Type | Method and Description |
---|---|
void |
WmfImage.setPalette(IColorPalette palette,
boolean updateColors)
Sets the image palette.
|
Modifier and Type | Method and Description |
---|---|
IColorPalette |
TiffOptions.getPalette()
Gets or sets the color palette.
|
Modifier and Type | Method and Description |
---|---|
void |
TiffOptions.setPalette(IColorPalette value)
Gets or sets the color palette.
|
Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.