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.exif |
The package contains EXIF related helper classes and methods.
|
com.aspose.imaging.extensions |
The package contains extension methods.
|
com.aspose.imaging.fileformats.bmp |
The package handles Bmp 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.dng |
The package contains DNG file format types
|
com.aspose.imaging.fileformats.emf.graphics |
The package contains Emf/Emf+ graphics.
|
com.aspose.imaging.fileformats.eps |
The namespace contains EPS format type
|
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.jpeg |
The package handles Jpeg file format processing.
|
com.aspose.imaging.fileformats.jpeg2000 |
The package handles Jpeg2000 file format processing.
|
com.aspose.imaging.fileformats.png |
The package handles Png file format processing.
|
com.aspose.imaging.fileformats.psd |
The package handles Psd file format processing.
|
com.aspose.imaging.fileformats.psd.layers |
The package contains PSD file format layers.
|
com.aspose.imaging.fileformats.psd.layers.adjustmentlayers | |
com.aspose.imaging.fileformats.psd.layers.filllayers |
The namespace contains Fill Layers
|
com.aspose.imaging.fileformats.svg.graphics |
The namespace for drawing on Svg.
|
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.masking |
The namespace handles ImageMasking processing.
|
Modifier and Type | Class and Description |
---|---|
class |
RasterCachedImage
Represents a raster image supporting raster graphics operations.
|
class |
RasterCachedMultipageImage
The raster multipage image
|
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 |
---|---|
static RasterImage |
ImageExtensions.fromJava(BufferedImage image)
Converts the
BufferedImage to the PngImage . |
static RasterImage |
ImageExtensions.fromJava(BufferedImage image,
Rectangle rect)
Converts the
BufferedImage to the PngImage . |
Modifier and Type | Class and Description |
---|---|
class |
BmpImage
A bmp image (supports BMP, DIB formats).
|
Constructor and Description |
---|
BmpImage(RasterImage rasterImage)
Initializes a new instance of the
BmpImage class. |
BmpImage(RasterImage rasterImage,
int bitsPerPixel,
long compression,
double horizontalResolution,
double verticalResolution)
Initializes a new instance of the
BmpImage class. |
Modifier and Type | Class and Description |
---|---|
class |
DicomImage
It is class of the implementation working with image from DICOM file
|
class |
DicomPage
It is class for work with DICOM files of the type multi frame
|
Modifier and Type | Class and Description |
---|---|
class |
DjvuImage
DjvuDocument class
|
class |
DjvuPage
Djvu page class
|
class |
DjvuRaster
Class for representing Djvu raster image where located result of some operation
|
Modifier and Type | Class and Description |
---|---|
class |
DngImage
Dng image representation class
|
Modifier and Type | Method and Description |
---|---|
void |
MetafileRecorderGraphics2D.drawImage(RasterImage image,
Point location)
Draws the specified Image, using its original physical size, at the specified location.
|
void |
MetafileRecorderGraphics2D.drawImage(RasterImage image,
Rectangle destRect,
Rectangle srcRect,
int srcUnit)
Draws the specified portion of the specified Image at the specified location and with the specified size.
|
Modifier and Type | Class and Description |
---|---|
class |
EpsBinaryImage
Class for Encapsulated PostScript format with binary header
|
class |
EpsImage
Base class for EPS format
|
class |
EpsInterchangeImage
Class for Encapsulated PostScript Interchange format
|
Modifier and Type | Method and Description |
---|---|
RasterImage |
EpsInterchangeImage.getRasterPreview()
Gets b/w raster preview (if present) or null
|
Modifier and Type | Class and Description |
---|---|
class |
GifImage
A gif image.
|
Modifier and Type | Class and Description |
---|---|
class |
GifFrameBlock
Gif frame block.
|
Constructor and Description |
---|
GifFrameBlock(RasterImage image)
Initializes a new instance of the
GifFrameBlock class. |
GifFrameBlock(RasterImage image,
int left,
int top)
Initializes a new instance of the
GifFrameBlock class. |
GifFrameBlock(RasterImage image,
int left,
int top,
boolean isPaletteSorted,
boolean isGifFrameInterlaced,
byte lzwCodeSize)
Initializes a new instance of the
GifFrameBlock class. |
Modifier and Type | Class and Description |
---|---|
class |
JpegImage
A jpeg 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.
|
Constructor and Description |
---|
JpegImage(RasterImage rasterImage)
Initializes a new instance of the
JpegImage class. |
Modifier and Type | Class and Description |
---|---|
class |
Jpeg2000Image
Jpeg2000 library main class
|
Constructor and Description |
---|
Jpeg2000Image(RasterImage image)
Initializes a new instance of the
Jpeg2000Image class. |
Jpeg2000Image(RasterImage rasterImage,
int bitsPerPixel)
Initializes a new instance of the
Jpeg2000Image class. |
Modifier and Type | Class and Description |
---|---|
class |
PngImage
The new png image.
|
Constructor and Description |
---|
PngImage(RasterImage rasterImage)
Initializes a new instance of the
PngImage class. |
PngImage(RasterImage rasterImage,
int colorType)
Initializes a new instance of the
PngImage class. |
Modifier and Type | Class and Description |
---|---|
class |
PsdImage
A PSD image.
|
Constructor and Description |
---|
PsdImage(RasterImage rasterImage)
Creates new instance of psd image
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)
Creates new instance of psd image
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)
Initializes a new instance of the
Layer class. |
Modifier and Type | Class and Description |
---|---|
class |
AdjustmentLayer
Adjustment layer.
|
class |
BrightnessContrastLayer
Brightness/contrast layer.
|
class |
ChannelMixerLayer
Channel Mixer Adjustment layer.
|
class |
CmykChannelMixerLayer
Cmyk Channel Mixer Adjustment layer.
|
class |
CurvesLayer
Curves Adjustment Layer
|
class |
ExposureLayer
Exposure Adjustment layer.
|
class |
HueSaturationLayer
HueSaturation adjustment layer.
|
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 | Method and Description |
---|---|
void |
SvgGraphics2D.drawImage(RasterImage image,
Point origin)
Draws the specified image at the specified location.
|
void |
SvgGraphics2D.drawImage(RasterImage image,
Point origin,
Size size)
Draws the specified image of the specified size at the specified location.
|
void |
SvgGraphics2D.drawImage(Rectangle srcRect,
Rectangle destRect,
RasterImage image)
Draws the specified portion of the specified image at the specified location and with the specified size.
|
Modifier and Type | Class and Description |
---|---|
class |
TiffFrame
The tiff frame.
|
class |
TiffImage
The tiff image.
|
Constructor and Description |
---|
TiffFrame(RasterImage image)
Initializes a new instance of the
TiffFrame class. |
TiffFrame(RasterImage image,
TiffOptions options)
Initializes a new instance of the
TiffFrame class. |
Modifier and Type | Class and Description |
---|---|
class |
WebPFrameBlock
Represents the webp blocks openers registry.
|
class |
WebPImage
A webp image.
|
Constructor and Description |
---|
WebPFrameBlock(RasterImage rasterImage)
Initializes a new instance of the
WebPFrameBlock class. |
WebPImage(RasterImage rasterImage)
Initializes a new instance of the
WebPImage class from rasterImage. |
WebPImage(RasterImage rasterImage,
LoadOptions loadOptions)
Initializes a new instance of the
WebPImage class from rasterImage. |
Constructor and Description |
---|
ImageMasking(RasterImage sourceImage)
Initializes a new instance of the
ImageMasking class. |