Class 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 Details

    • quality

      public int quality
    • force_baseline

      public int force_baseline
  • Constructor Details

    • HDFJPEGCompInfo

      public HDFJPEGCompInfo()
    • HDFJPEGCompInfo

      public HDFJPEGCompInfo(int qual, int fb)