integer d2sjpeg(integer quality, integer baseline)
quality
IN:
JPEG quality specification
baseline
JPEG baseline specification
Purpose
Fortran-specific routine that sets the parameters needed for the JPEG algorithm.
Return value
Returns SUCCEED (or 0) if successful and FAIL (or -1) otherwise.
Description
d2sjpeg changes the JPEG compression parameter settings set in the d2scomp routine.