Modifier and Type | Class and Description |
---|---|
class |
com.aspose.imaging.RasterCachedImage |
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 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.get_Thumbnail()
Gets or sets the thumbnail image.
|
Modifier and Type | Method and Description |
---|---|
void |
JpegExifData.set_Thumbnail(RasterImage value)
Gets or sets the thumbnail image.
|
Modifier and Type | Class and Description |
---|---|
class |
BmpImage
A bmp image.
|
Modifier and Type | Method and Description |
---|---|
static void |
BmpImage.saveBmp_internalized(RasterImage imageToLoadPixelsFrom,
com.aspose.imaging.StreamContainer streamContainer,
com.aspose.imaging_internal.fileformats.bmp.BmpStreamHeader header,
IColorPalette palette,
Rectangle destImageBounds)
Saves the image into BMP file format.
|
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 |
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 |
GifImage
A gif image.
|
Modifier and Type | Class and Description |
---|---|
class |
GifFrameBlock
Gif frame block.
|
Modifier and Type | Method and Description |
---|---|
static void |
GifFrameBlock.saveGif_internalized(RasterImage rasterImage,
com.aspose.imaging.StreamContainer streamContainer,
IColorPalette palette,
byte lzwCodeStartSize,
boolean interlaced,
Rectangle destFrameBounds)
Saves the GIF.
|
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 |
Jpeg2000Image
Jpeg2000 library main class
|
Modifier and Type | Method and Description |
---|---|
static void |
Jpeg2000Image.saveJpeg2000(RasterImage inputImage,
com.aspose.ms.System.IO.Stream stream,
String[] jpegComments,
Rectangle destImageBounds)
Saves the image into Jpeg2000 file format (j2k)
|
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.
|
Modifier and Type | Method and Description |
---|---|
static void |
PngImage.savePng_internalized(com.aspose.ms.System.IO.Stream stream,
RasterImage image,
PngOptions pngOptions,
Rectangle destImageBounds)
The save png.
|
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)
Initializes a new instance of the
PsdImage class. |
PsdImage(RasterImage rasterImage,
short colorMode,
short channelBitDepth,
short channels,
int psdVersion,
short compression)
Initializes a new instance of the
PsdImage class. |
Modifier and Type | Class and Description |
---|---|
class |
Layer
The psd layer.
|
Modifier and Type | Class and Description |
---|---|
class |
TiffFrame
The tiff frame.
|
class |
TiffImage
The tiff image.
|
Modifier and Type | Method and Description |
---|---|
static void |
TiffFrame.save_internalized(RasterImage imageToLoadPixelsFrom,
TiffStreamWriter fileStream,
boolean isLastFrame,
TiffOptions frameOptions,
ExifData exifData,
Rectangle destImageBounds)
Save frame to stream
|
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. |
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.