Fields Summary |
---|
private static final int | SIZEThe Constant SIZE. |
private static final int | BASELINE_MAXThe Constant BASELINE_MAX. |
private static final int | MAXThe Constant MAX. |
private int[] | theTableThe table. |
private static final int[] | K1LumTableThe Constant K1LumTable. |
private static final int[] | K2ChrTableThe Constant K2ChrTable. |
public static final JPEGQTable | K1LuminanceThe K1Luminance indicates standard table K.1 from JPEG specification and
produces "good" quality output. |
public static final JPEGQTable | K1Div2LuminanceThe K1Div2Luminance indicates K.1 table from JPEG specification with all
elements divided by 2 and produces "very good" quality output. |
public static final JPEGQTable | K2ChrominanceThe K2Chrominance indicates K.2 table from JPEG specification and
produces "good" quality output. |
public static final JPEGQTable | K2Div2ChrominanceThe Constant K2Div2Chrominance indicates K.2 table from JPEG
specification with all elements divided by 2 and produces "very good"
quality output. |