Modifier and Type | Interface and Description |
---|---|
interface |
IPsdColorPalette
The psd color palette
|
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.
|
IColorPalette |
RawDataSettings.getColorPalette()
Gets or sets the color palette
|
IColorPalette |
Image.getPalette()
Gets or sets the color palette.
|
IColorPalette |
ImageOptionsBase.getPalette()
Gets or sets 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.
|
abstract void |
RasterImage.dither(int ditheringMethod,
int bitsCount,
IColorPalette customPalette)
Performs dithering on the current image.
|
void |
RawDataSettings.setColorPalette(IColorPalette value) |
void |
Image.setPalette(IColorPalette value)
Gets or sets the color palette.
|
void |
ImageOptionsBase.setPalette(IColorPalette value)
Gets or sets the color palette.
|
abstract void |
Image.setPalette(IColorPalette palette,
boolean updateColors)
Sets the image palette.
|
void |
RasterImage.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.
|
Modifier and Type | Method and Description |
---|---|
static void |
BmpImage.saveBmp_internalized(RasterImage imageToLoadPixelsFrom,
com.aspose.imaging.StreamContainer streamContainer,
com.aspose.imaging_internal.fileformats.bmp.BmpStreamHeader header,
IColorPalette palette,
Rectangle destImageBounds)
Saves the image into BMP file format.
|
Constructor and Description |
---|
BmpImage(com.aspose.imaging_internal.fileformats.bmp.BmpStreamHeader bmpStreamHeader,
IColorPalette colorPalette,
com.aspose.imaging_internal.fileformats.bmp.BmpDataReader dataReader)
Initializes a new instance of the
BmpImage class. |
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 |
CadImage.setPalette(IColorPalette palette,
boolean updateColors)
Sets the image palette.
|
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 |
GifImage.dither(int ditheringMethod,
int bitsCount,
IColorPalette customPalette)
Performs dithering on the current image.
|
IGifBlock |
IGifBlockLoaderDescriptor.load(com.aspose.imaging.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. |
GifImage(com.aspose.imaging_internal.fileformats.gif.GifHeader gifHeader,
IGifBlock[] blocks,
IColorPalette colorPalette,
boolean hasTrailer,
GifFrameBlock activeFrame)
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.
|
static void |
GifFrameBlock.saveGif_internalized(RasterImage rasterImage,
com.aspose.imaging.StreamContainer streamContainer,
IColorPalette palette,
byte lzwCodeStartSize,
boolean interlaced,
Rectangle destFrameBounds)
Saves the GIF.
|
Constructor and Description |
---|
GifFrameBlock(com.aspose.imaging_internal.fileformats.gif.GifFrameBlockDataReader dataReader,
int left,
int top,
int width,
int height,
IColorPalette colorPalette,
boolean isPaletteSorted,
boolean isGifFrameInterlaced,
byte lzwCodeSize)
Initializes a new instance of the
GifFrameBlock class. |
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 |
MetafileImage.setPalette(IColorPalette palette,
boolean updateColors) |
Modifier and Type | Class and Description |
---|---|
class |
PsdColorPalette
The PSD color palette.
|
Modifier and Type | Method and Description |
---|---|
static PsdColorPalette |
PsdColorPalette.copyPalette(IColorPalette colorPalette)
Copies the palette.
|
static PsdColorPalette |
PsdColorPalette.copyPalette(IColorPalette colorPalette,
boolean useCompactPalette)
Copies the palette.
|
void |
PsdImage.dither(int ditheringMethod,
int bitsCount,
IColorPalette customPalette)
Performs dithering on the current image.
|
Constructor and Description |
---|
PsdColorPalette(IColorPalette colorPalette)
Initializes a new instance of the
PsdColorPalette class. |
PsdColorPalette(IColorPalette colorPalette,
short transparentIndex)
Initializes a new instance of the
PsdColorPalette class. |
PsdImage(int width,
int height,
IColorPalette colorPalette,
short colorMode,
short channelBitDepth,
short channels,
int psdVersion,
short compression)
Initializes a new instance of the
PsdImage class. |
PsdImage(com.aspose.imaging_internal.fileformats.psd.sections.PsdHeader psdHeader,
com.aspose.imaging_internal.fileformats.psd.sections.ColorData colorData,
com.aspose.imaging_internal.fileformats.psd.sections.ImageResources imageResources,
com.aspose.imaging_internal.fileformats.psd.sections.LayerAndMaskInfo layerAndMaskInfo,
com.aspose.imaging_internal.fileformats.psd.sections.ImageData imageData,
IColorPalette colorPalette,
int version)
Initializes a new instance of the
PsdImage class. |
Constructor and Description |
---|
Layer(com.aspose.imaging_internal.fileformats.psd.sections.PsdHeader header,
IColorPalette palette)
Initializes a new instance of the
Layer class. |
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 |
---|---|
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-2016 Aspose Pty Ltd. All Rights Reserved.