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.fileformats.bmp |
The package handles Bmp file format processing.
|
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.
|
Modifier and Type | Method and Description |
---|---|
static PixelDataFormat |
PixelDataFormat.getBgr(int bitsPerSample)
Gets BGR color with a specified number of bits per sample.
|
static PixelDataFormat |
PixelDataFormat.getBgra(int bitsPerSample)
Gets BGRA color with a specified number of bits per sample.
|
static PixelDataFormat |
PixelDataFormat.getCieLab(int bitsPerL,
int bitsPerA,
int bitsPerB)
Gets CIE Lab color with a specified number of bits per sample.
|
static PixelDataFormat |
PixelDataFormat.getCmyk()
Gets the
PixelDataFormat defined for 32 bits per pixel with 8 bits for each of the cyan, magenta, yellow and black. |
static PixelDataFormat |
PixelDataFormat.getCmyk(int bitsPerSample)
Gets CMYK color with a specified number of bits per sample.
|
static PixelDataFormat |
PixelDataFormat.getCmyk(int bitsPerCyanChannel,
int bitsPerMagentaChannel,
int bitsPerYellowChannel,
int bitsPerKeyChannel)
Gets CMYK color with a specified number of bits per sample.
|
static PixelDataFormat |
PixelDataFormat.getCmyka()
Gets the acmyk.
|
static PixelDataFormat |
PixelDataFormat.getCmyka(int bitsPerCyanChannel,
int bitsPerMagentaChannel,
int bitsPerYellowChannel,
int bitsPerKeyChannel,
int bitsPerAlphaChannel)
Gets CMYKA color with a specified number of bits per sample.
|
static PixelDataFormat |
PixelDataFormat.getGrayscale()
Gets the
PixelDataFormat defined for 8 bits per pixel with 8 bits representing grayscale intensity in the 0-255 interval. |
static PixelDataFormat |
PixelDataFormat.getGrayscale(int bitsPerSample)
Gets Grayscale color with a specified number of bits per sample.
|
static PixelDataFormat |
PixelDataFormat.getGrayscaleAlpha()
Gets the
PixelDataFormat defined for 16 bits per pixel with 8 bits representing grayscale intensity in the 0-255 interval and additional 8 bit alpha component. |
static PixelDataFormat |
PixelDataFormat.getGrayscaleAlpha(int bitsPerSample)
Gets GrayscaleAlpha color with a specified number of bits per sample.
|
static PixelDataFormat |
PixelDataFormat.getGrayscaleAlpha(int bitsPerSample,
int alphaChannelBits)
Gets GrayscaleAlpha color with a specified number of bits per sample.
|
PixelDataFormat |
RawDataSettings.getPixelDataFormat()
Gets the pixel data format
|
PixelDataFormat |
RasterImage.getRawDataFormat()
Gets the raw data format.
|
static PixelDataFormat |
PixelDataFormat.getRgb(int bitsPerSample)
Gets RGB color with a specified number of bits per sample.
|
static PixelDataFormat |
PixelDataFormat.getRgb(int bitsPerRedChannel,
int bitsPerGreenChannel,
int bitsPerBlueChannel)
Gets RGB color with a specified number of bits per sample.
|
static PixelDataFormat |
PixelDataFormat.getRgb16Bpp555()
Gets the
PixelDataFormat defined for 16 bits per pixel with 5 bits for each of the red, green and blue, alpha is not defined. |
static PixelDataFormat |
PixelDataFormat.getRgb16Bpp565()
Gets the
PixelDataFormat defined for 16 bits per pixel with 5 bits for red, 6 bits for green and 5 bits for blue, alpha is not defined. |
static PixelDataFormat |
PixelDataFormat.getRgb24Bpp()
Gets the
PixelDataFormat defined for 24 bits per pixel with 8 bits for each of the alpha, red, green and blue, alpha is not defined. |
static PixelDataFormat |
PixelDataFormat.getRgb24BppPng()
Gets the
PixelDataFormat defined for 24 bits per pixel with 8 bits for each of the alpha, red, green and blue, alpha is not defined. |
static PixelDataFormat |
PixelDataFormat.getRgb32Bpp()
Gets the
PixelDataFormat defined for 32 bits per pixel with 8 bits for each of the alpha, red, green and blue. |
static PixelDataFormat |
PixelDataFormat.getRgba(int bitsPerSample)
Gets RGBA color with a specified number of bits per sample.
|
static PixelDataFormat |
PixelDataFormat.getRgba(int bitsPerRedChannel,
int bitsPerGreenChannel,
int bitsPerBlueChannel,
int bitsPerAlphaChannel)
Gets RGBA color with a specified number of bits per sample.
|
static PixelDataFormat |
PixelDataFormat.getRgba32Bpp()
Gets the
PixelDataFormat defined for 32 bits per pixel with 8 bits for each of the alpha, red, green and blue. |
static PixelDataFormat |
PixelDataFormat.getRgbIndexed(int bitsPerSample)
Gets BGRA indexed color with a specified number of bits per sample.
|
static PixelDataFormat |
PixelDataFormat.getRgbIndexed1Bpp()
Gets the
PixelDataFormat defined for indexed 1 bit per color. |
static PixelDataFormat |
PixelDataFormat.getRgbIndexed2Bpp()
Gets the
PixelDataFormat defined for indexed 2 bit per color. |
static PixelDataFormat |
PixelDataFormat.getRgbIndexed4Bpp()
Gets the
PixelDataFormat defined for indexed 4 bit per color. |
static PixelDataFormat |
PixelDataFormat.getRgbIndexed8Bpp()
Gets the
PixelDataFormat defined for indexed 8 bit per color. |
static PixelDataFormat |
PixelDataFormat.getYCbCr()
Gets the
PixelDataFormat defined for 24 bits per pixel with 8 bits for each of the luma, blue-difference and red-difference chroma components. |
static PixelDataFormat |
PixelDataFormat.getYCbCr(int bitsPerSample)
Gets YCbCr color with a specified number of bits per sample.
|
static PixelDataFormat |
PixelDataFormat.getYCbCr(int bitsPerY,
int bitsPerCb,
int bitsPerCr)
Gets YCbCr color with a specified number of bits per sample.
|
static PixelDataFormat |
PixelDataFormat.getYcck()
Gets the
PixelDataFormat defined for 32 bits per pixel with 8 bits for each of the luma, blue-difference, red-difference and black chroma components. |
static PixelDataFormat |
PixelDataFormat.getYcck(int bitsPerSample)
Gets YCCK color with a specified number of bits per sample.
|
Modifier and Type | Method and Description |
---|---|
int |
IColorConverter.convert(PixelDataFormat sourceFormat,
byte[] data,
int offset,
int bitStart,
int samplesCount,
int linesCount,
PixelDataFormat destFormat,
byte[] outputData,
int outputOffset)
Converts the passed data to the output format.
|
void |
IIndexedColorConverter.fillIndexedtoIndexedMap(byte[] map,
PixelDataFormat sourceFormat,
PixelDataFormat destFormat)
Fills the indexed to indexed image conversion map.
|
static boolean |
PixelDataFormat.op_Equality(PixelDataFormat pixelFormat1,
PixelDataFormat pixelFormat2)
Returns result of equality for two
PixelDataFormat classes. |
static boolean |
PixelDataFormat.op_Inequality(PixelDataFormat pixelFormat1,
PixelDataFormat pixelFormat2)
Returns result of non-equality for two
PixelDataFormat classes. |
void |
RawDataSettings.setPixelDataFormat(PixelDataFormat value)
Sets the pixel data format
|
Modifier and Type | Method and Description |
---|---|
PixelDataFormat |
BmpImage.getRawDataFormat()
Gets the raw data format.
|
Modifier and Type | Method and Description |
---|---|
PixelDataFormat |
JpegImage.getRawDataFormat()
Gets the raw data format.
|
Modifier and Type | Method and Description |
---|---|
PixelDataFormat |
Jpeg2000Image.getRawDataFormat()
Gets the raw data format.
|
Modifier and Type | Method and Description |
---|---|
PixelDataFormat |
PngImage.getRawDataFormat()
Gets the raw data format.
|
Modifier and Type | Method and Description |
---|---|
PixelDataFormat |
PsdImage.getRawDataFormat()
Gets the raw data format.
|