JpegCompressionColorMode

Inheritance: java.lang.Object

public final class JpegCompressionColorMode

Specifies JPEG color compression modes.

Fields

Field Description
Grayscale The Grayscale image.
YCbCr YCbCr image, standard option for jpeg images.
Cmyk 4-component CMYK image.
Ycck The ycck color jpeg image.
Rgb The RGB Color mode.

Grayscale

public static final int Grayscale

The Grayscale image.

YCbCr

public static final int YCbCr

YCbCr image, standard option for jpeg images.

Cmyk

public static final int Cmyk

4-component CMYK image.

Ycck

public static final int Ycck

The ycck color jpeg image. Needs icc profile for saving.

Rgb

public static final int Rgb

The RGB Color mode.