#include <icl/imagecodecdata.h>
Link against: imageconversion.lib
class TJpegImageData : public TImageDataBlock |
Public Attributes | |
---|---|
TInt | iQualityFactor |
TColorSampling | iSampleScheme |
Public Member Enumerations | |
---|---|
enum | TColorSampling { EMonochrome, EColor420, EColor422, EColor444 } |
Public Member Functions | |
---|---|
TJpegImageData() |
Inherited Functions | |
---|---|
TImageDataBlock::DataType()const | |
TImageDataBlock::TImageDataBlock(TUid) |
JPEG specific image data variant which holds color sampling and quality factor information.
It can be used with both the JPEG decoder and encoder.
TInt | iQualityFactor |
The quality factor.
This represents the current allowable percentage level of degradation when compressing the image data.
The range is 0 to 100 inclusive.
Flag reflecting the color sampling type.
Enumerator | Value | Description |
---|---|---|
EMonochrome |
Monochrome. | |
EColor420 |
Horizontal and vertical chrominance decimation. | |
EColor422 |
Horizontal chrominance decimation. | |
EColor444 |
No chrominance decimation. |