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.apng | |
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.svg.graphics |
The namespace for drawing on Svg.
|
com.aspose.imaging.fileformats.tga | |
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 |
---|---|
RasterImage |
IAnimationFrame.getFullFrame()
Gets the full frame.
|
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 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 |
---|---|
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 |
ApngFrame
The animated PNG image frame
|
class |
ApngImage
The animated PNG image.
|
Modifier and Type | Method and Description |
---|---|
RasterImage |
ApngFrame.getFullFrame()
Gets the full frame.
|
Modifier and Type | Method and Description |
---|---|
void |
ApngImage.addFrame(RasterImage frameImage)
Adds new frame to the end of the own frame collection.
|
void |
ApngImage.addFrame(RasterImage frameImage,
long frameTime)
Adds new frame to the end of the own frame collection.
|
void |
ApngImage.insertFrame(int index,
RasterImage frameImage)
Inserts new frame into the own frame collection at the specified index.
|
void |
ApngImage.insertFrame(int index,
RasterImage frameImage,
long frameTime)
Inserts new frame into the own frame collection at the specified index.
|
void |
ApngImage.setDefaultImage(RasterImage image)
Sets the specified raster image as the default image of the current animation.
|
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.
|
Modifier and Type | Method and Description |
---|---|
RasterImage |
GifFrameBlock.getFullFrame()
Gets the full frame.
|
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 | 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 |
TgaImage
The TGA image.
|
Constructor and Description |
---|
TgaImage(RasterImage rasterImage)
Initializes a new instance of the
TgaImage class. |
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.
|
Modifier and Type | Method and Description |
---|---|
RasterImage |
WebPFrameBlock.getFullFrame()
Gets the full frame.
|
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. |
Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.