org.jfor.jfor.tools.jpeg.encoder
Class JpegInfo
java.lang.Object
org.jfor.jfor.tools.jpeg.encoder.JpegInfo
- class JpegInfo
- extends java.lang.Object
Constructor Summary |
JpegInfo(java.awt.Image image)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Comment
java.lang.String Comment
imageobj
public java.awt.Image imageobj
imageHeight
public int imageHeight
imageWidth
public int imageWidth
BlockWidth
public int[] BlockWidth
BlockHeight
public int[] BlockHeight
Precision
public int Precision
NumberOfComponents
public int NumberOfComponents
Components
public java.lang.Object[] Components
CompID
public int[] CompID
HsampFactor
public int[] HsampFactor
VsampFactor
public int[] VsampFactor
QtableNumber
public int[] QtableNumber
DCtableNumber
public int[] DCtableNumber
ACtableNumber
public int[] ACtableNumber
lastColumnIsDummy
public boolean[] lastColumnIsDummy
lastRowIsDummy
public boolean[] lastRowIsDummy
Ss
public int Ss
Se
public int Se
Ah
public int Ah
Al
public int Al
compWidth
public int[] compWidth
compHeight
public int[] compHeight
MaxHsampFactor
public int MaxHsampFactor
MaxVsampFactor
public int MaxVsampFactor
JpegInfo
public JpegInfo(java.awt.Image image)
setComment
public void setComment(java.lang.String comment)
getComment
public java.lang.String getComment()
DownSample
float[][] DownSample(float[][] C,
int comp)