public class HDFJPEGCompInfo extends HDFOldCompInfo
This class is a container for the parameters to the HDF JPEG compression class.
In this case, the parameters are the quality and baseline.
| Modifier and Type | Field and Description |
|---|---|
int |
force_baseline |
int |
quality |
ctype| Constructor and Description |
|---|
HDFJPEGCompInfo() |
HDFJPEGCompInfo(int qual,
int fb) |