Package ncsa.hdf.hdflib
Class HDFJPEGCompInfo
- java.lang.Object
-
- ncsa.hdf.hdflib.HDFCompInfo
-
- ncsa.hdf.hdflib.HDFOldCompInfo
-
- ncsa.hdf.hdflib.HDFJPEGCompInfo
-
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.
For details of the HDF libraries, see the HDF Documentation at: http://hdf.ncsa.uiuc.edu
-
-
Field Summary
Fields Modifier and Type Field Description int
force_baseline
int
quality
-
Fields inherited from class ncsa.hdf.hdflib.HDFOldCompInfo
ctype
-
-
Constructor Summary
Constructors Constructor Description HDFJPEGCompInfo()
HDFJPEGCompInfo(int qual, int fb)
-