class JpegInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int[] |
ACtableNumber |
int |
Ah |
int |
Al |
int[] |
BlockHeight |
int[] |
BlockWidth |
(package private) java.lang.String |
Comment |
int[] |
compHeight |
int[] |
CompID |
java.lang.Object[] |
Components |
int[] |
compWidth |
int[] |
DCtableNumber |
int[] |
HsampFactor |
int |
imageHeight |
java.awt.Image |
imageobj |
int |
imageWidth |
boolean[] |
lastColumnIsDummy |
boolean[] |
lastRowIsDummy |
int |
MaxHsampFactor |
int |
MaxVsampFactor |
int |
NumberOfComponents |
int |
Precision |
int[] |
QtableNumber |
int |
Se |
int |
Ss |
int[] |
VsampFactor |
Constructor and Description |
---|
JpegInfo(java.awt.Image image) |
Modifier and Type | Method and Description |
---|---|
(package private) float[][] |
DownSample(float[][] C,
int comp) |
java.lang.String |
getComment() |
void |
setComment(java.lang.String comment) |
java.lang.String Comment
public java.awt.Image imageobj
public int imageHeight
public int imageWidth
public int[] BlockWidth
public int[] BlockHeight
public int Precision
public int NumberOfComponents
public java.lang.Object[] Components
public int[] CompID
public int[] HsampFactor
public int[] VsampFactor
public int[] QtableNumber
public int[] DCtableNumber
public int[] ACtableNumber
public boolean[] lastColumnIsDummy
public boolean[] lastRowIsDummy
public int Ss
public int Se
public int Ah
public int Al
public int[] compWidth
public int[] compHeight
public int MaxHsampFactor
public int MaxVsampFactor