![]() |
HDF
4.4.0
API Reference
|
This class is a container for the parameters to the HDF JPEG compression class.
In this case, the parameters are the quality and baseline.
Public Member Functions | |
| HDFJPEGCompInfo () | |
| HDFJPEGCompInfo (int qual, int fb) | |
Data Fields | |
| int | quality |
| int | force_baseline |
| HDFJPEGCompInfo | ( | ) |
| HDFJPEGCompInfo | ( | int | qual, |
| int | fb ) |
| int force_baseline |
If force_baseline is set to TRUE then quantization tables are limited to 0..255 for JPEG baseline compatibility This is only an issue for quality settings below 24
| int quality |
Quality factor for JPEG compression, should be from 0 (terrible) to 100 (very good)