Modifier and Type | Class and Description |
---|---|
class |
RasterCachedImage
Represents a raster image supporting raster graphics operations.
|
Modifier and Type | Method and Description |
---|---|
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 ColorPalette |
ColorPaletteHelper.getDownscalePalette(RasterImage image)
Get 256 color palette, composed from upper bits of initial image color values.
|
static 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.
|
Modifier and Type | Class and Description |
---|---|
class |
PsdImage
A PSD image.
|
Constructor and Description |
---|
PsdImage(RasterImage rasterImage)
Initializes a new instance of the
PsdImage class from existing raster image (not psd image) with RGB color mode with 4 channels 8 bit/channel and no compression. |
PsdImage(RasterImage rasterImage,
short colorMode,
short channelBitDepth,
short channels,
int psdVersion,
short compression)
Initializes a new instance of the
PsdImage class from existing raster image (not psd image) with constructor parameters. |
Modifier and Type | Class and Description |
---|---|
class |
Layer
The psd layer.
|
class |
LayerGroup
Group layer class
|
class |
TextLayer
The text layer class
|
Modifier and Type | Method and Description |
---|---|
void |
Layer.drawImage(Point location,
RasterImage image)
Draws the image on layer.
|
Constructor and Description |
---|
Layer(RasterImage image) |
Layer(RasterImage image,
boolean disposeImage)
Initializes a new instance of the
Layer class. |
Modifier and Type | Class and Description |
---|---|
class |
AdjustmentLayer
Adjustment layer.
|
class |
BlackWhiteAdjustmentLayer
The Black and White adjustment layer class.
|
class |
BrightnessContrastLayer
Brightness/contrast layer.
|
class |
ChannelMixerLayer
Channel Mixer Adjustment layer.
|
class |
CmykChannelMixerLayer
Cmyk Channel Mixer Adjustment layer.
|
class |
ColorBalanceAdjustmentLayer
The color balance adjustment layer class.
|
class |
CurvesLayer
Curves Adjustment Layer
|
class |
ExposureLayer
Exposure Adjustment layer.
|
class |
HueSaturationLayer
HueSaturation adjustment layer.
|
class |
InvertAdjustmentLayer
The invert adjustment layer class.
|
class |
LevelsLayer
Levels Adjustment Layer
|
class |
PhotoFilterLayer
PhotoFilter adjustment layer.
|
class |
RgbChannelMixerLayer
Rgb Channel Mixer Adjustment layer.
|
Modifier and Type | Class and Description |
---|---|
class |
FillLayer
Fill layer.
|
Copyright (c) 2008-2019 Aspose Pty Ltd. All Rights Reserved.