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.exif |
The package contains EXIF related helper classes and methods.
|
com.aspose.psd.fileformats.jpeg |
The package handles Jpeg file format processing.
|
com.aspose.psd.fileformats.psd | |
com.aspose.psd.fileformats.psd.layers | |
com.aspose.psd.fileformats.psd.layers.adjustmentlayers | |
com.aspose.psd.fileformats.psd.layers.filllayers | |
com.aspose.psd.fileformats.psd.layers.smartobjects | |
com.aspose.psd.masking.result |
The namespace handles ImageMasking.Result processing.
|
Modifier and Type | Class and Description |
---|---|
class |
RasterCachedImage
Represents a raster image supporting raster graphics operations.
|
Modifier and Type | Method and Description |
---|---|
void |
IMultipageImageExt.addPage(RasterImage page)
Adds page to the image.
|
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.
|
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
Defines the PsdImage class that provides the ability to load, edit, save PSD files as well as
update properties, add watermarks, perform graphics operations or convert one file format to another.
|
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 |
SectionDividerLayer
The section divider layer to mark the bounds of the folder (layer group).
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
SmartObjectLayer
Defines the SmartObjectLayer class that contains embedded in the PSD file or linked smart object in the external file.
|
Modifier and Type | Method and Description |
---|---|
RasterImage |
IMaskingLayer.getImage()
Provides result image.
|
RasterImage |
IMaskingLayer.getMask()
Gets the image mask.
|