#include <icl/imagecodecdata.h>
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.
TColorSampling | iSampleScheme |
See also: enum TColorSampling
The color sampling scheme to use.