com.groupdocs.signature.options.saveoptions.imagessaveoptions

Class JpegRoundingMode

  • java.lang.Object
    • com.groupdocs.signature.options.saveoptions.imagessaveoptions.JpegRoundingMode


  • public final class JpegRoundingMode
    extends Object

    Specifies different JPEG rounding modes.

    • Field Detail

      • Extrapolate

        public static final int Extrapolate

        Extrapolate an 8-bit value to fit it into n bits, where n more than 1 and less 8.

        See Also:
        Constant Field Values
      • Truncate

        public static final int Truncate

        Truncate an 8-bit value to fit it into n bits, where n more than 1 and less 8.

        See Also:
        Constant Field Values