Package | Description |
---|---|
com.aspose.psd |
The package is the core for nested packages and the most basic objects used for Aspose.Imaging processing.
|
com.aspose.psd.dithering |
The package provides different helper classes for color dithering.
|
com.aspose.psd.fileformats.ai | |
com.aspose.psd.fileformats.psd | |
com.aspose.psd.imageoptions |
The package contains classes suitable for export, save or creation of different file formats.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IPsdColorPalette
The pasd 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.
|
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 |
Image.getPalette()
Gets 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 |
RasterCachedImage.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 |
Image.setPalette(IColorPalette value)
Sets the color palette.
|
void |
ImageOptionsBase.setPalette(IColorPalette value)
Gets or sets the color 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.
|
Modifier and Type | Method and Description |
---|---|
void |
AiImage.setPalette(IColorPalette palette,
boolean updateColors)
Sets the image palette.
|
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 with specified width,height, paletter, color mode, channels count and channels bit-length and specified compression mode parameters. |
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.
|