Serialized Form
OBLIGATORY_REGISTRATION
boolean OBLIGATORY_REGISTRATION
- See Also:
- Constant Field Values
operation
int operation
idJVGVersion
java.lang.String idJVGVersion
- Version identifier string. A "version" operation can also be included.
creator
java.lang.String creator
- Creator identifier string. Usually a string identifying the creating application.
creationTime
java.util.Date creationTime
- Creation date and time.
javaVersion
java.lang.String javaVersion
- System and Java version identifier strings.
javaVendor
java.lang.String javaVendor
javaVendorURL
java.lang.String javaVendorURL
osName
java.lang.String osName
osArch
java.lang.String osArch
osVersion
java.lang.String osVersion
TYPE_BMP_BUF
byte[] TYPE_BMP_BUF
BITMAP_FILE_HDR_SIZE
int BITMAP_FILE_HDR_SIZE
- See Also:
- Constant Field Values
BITMAP_HDR_SIZE
int BITMAP_HDR_SIZE
- See Also:
- Constant Field Values
BITS_PER_PIXEL
int BITS_PER_PIXEL
- See Also:
- Constant Field Values
BYTES_PER_PIXEL
int BYTES_PER_PIXEL
- See Also:
- Constant Field Values
writeFileHandle
java.io.FileOutputStream writeFileHandle
width
int width
height
int height
saveStatus
int saveStatus
byteCount
int byteCount
pixBuf
byte[] pixBuf
hdrWritten
boolean hdrWritten
imageWritten
boolean imageWritten
readObject
private void readObject(java.io.ObjectInputStream stream)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Read the saved DirectColorModel values from the output stream and
set out "model" property to a new IndexColorModel object
using these values.
writeObject
private void writeObject(java.io.ObjectOutputStream stream)
throws java.io.IOException
- Write the key parameters of the DirectColorModel to the output
stream.
model
java.awt.image.DirectColorModel model
STR_SAVE_IMAGE_DIAL_TITLE
java.lang.String STR_SAVE_IMAGE_DIAL_TITLE
- See Also:
- Constant Field Values
saveFormat
java.lang.String saveFormat
readObject
private void readObject(java.io.ObjectInputStream stream)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Read the Image as a serialized object.
writeObject
private void writeObject(java.io.ObjectOutputStream stream)
throws java.io.IOException
- Write the Image as a serialized object.
imgColorModel
java.awt.image.ColorModel imgColorModel
imgBounds
java.awt.Rectangle imgBounds
imgPixels
byte[] imgPixels
compression
int compression
saveStatus
int saveStatus
readObject
private void readObject(java.io.ObjectInputStream stream)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Read the saved IndexColorModel values from the output stream and
set out "model" property to a new IndexColorModel object
using these values.
writeObject
private void writeObject(java.io.ObjectOutputStream stream)
throws java.io.IOException
- Write the IndexColorModel to the output stream.
model
java.awt.image.IndexColorModel model
width
int width
height
int height
inputComponents
int inputComponents
inColorSpace
int inColorSpace
numComponents
int numComponents
dataPrecision
int dataPrecision
compInfoVector
java.util.Vector compInfoVector
curCompInfo
java.util.Vector curCompInfo
jpegColorSpace
int jpegColorSpace
optimizeCoding
boolean optimizeCoding
rawDataIn
boolean rawDataIn
arithCode
boolean arithCode
CCIR601sampling
boolean CCIR601sampling
progressiveMode
boolean progressiveMode
numScans
int numScans
scanInfo
java.lang.Object scanInfo
compsInScan
int compsInScan
maxHsampFactor
int maxHsampFactor
maxVsampFactor
int maxVsampFactor
totaliMCURows
int totaliMCURows
MCUsPerRow
int MCUsPerRow
MCURowsInScan
int MCURowsInScan
blocksInMCU
int blocksInMCU
MCUmembership
int[] MCUmembership
Ss
int Ss
Se
int Se
Ah
int Ah
Al
int Al
restartInterval
int restartInterval
restartInRows
int restartInRows
cconvert
JPEGColor cconvert
downsample
JPEGSample downsample
master
JPEGMaster master
prep
JPEGPrepController prep
main
JPEGMainController main
NUM_QUANT_TBLS
int NUM_QUANT_TBLS
- See Also:
- Constant Field Values
NUM_HUFF_TBLS
int NUM_HUFF_TBLS
- See Also:
- Constant Field Values
NUM_ARITH_TBLS
int NUM_ARITH_TBLS
- See Also:
- Constant Field Values
JDCT_ISLOW
int JDCT_ISLOW
- See Also:
- Constant Field Values
JDCT_IFAST
int JDCT_IFAST
- See Also:
- Constant Field Values
JDCT_FLOAT
int JDCT_FLOAT
- See Also:
- Constant Field Values
JDCT_DEFAULT
int JDCT_DEFAULT
- See Also:
- Constant Field Values
JDITHER_NONE
int JDITHER_NONE
- See Also:
- Constant Field Values
JDITHER_ORDERED
int JDITHER_ORDERED
- See Also:
- Constant Field Values
JDITHER_FS
int JDITHER_FS
- See Also:
- Constant Field Values
JFIF_ID_STRING
byte[] JFIF_ID_STRING
JFIF_VERSION
byte[] JFIF_VERSION
JFIF_APP0_MARKER_LENGTH
int JFIF_APP0_MARKER_LENGTH
- See Also:
- Constant Field Values
MARKER_START
byte MARKER_START
- See Also:
- Constant Field Values
M_SOF0
byte M_SOF0
- See Also:
- Constant Field Values
M_SOF1
byte M_SOF1
- See Also:
- Constant Field Values
M_SOF2
byte M_SOF2
- See Also:
- Constant Field Values
M_SOF3
byte M_SOF3
- See Also:
- Constant Field Values
M_SOF5
byte M_SOF5
- See Also:
- Constant Field Values
M_SOF6
byte M_SOF6
- See Also:
- Constant Field Values
M_SOF7
byte M_SOF7
- See Also:
- Constant Field Values
M_SOF9
byte M_SOF9
- See Also:
- Constant Field Values
M_SOF10
byte M_SOF10
- See Also:
- Constant Field Values
M_SOF11
byte M_SOF11
- See Also:
- Constant Field Values
M_SOF13
byte M_SOF13
- See Also:
- Constant Field Values
M_SOF14
byte M_SOF14
- See Also:
- Constant Field Values
M_SOF15
byte M_SOF15
- See Also:
- Constant Field Values
M_DHT
byte M_DHT
- See Also:
- Constant Field Values
M_DAC
byte M_DAC
- See Also:
- Constant Field Values
M_RST0
byte M_RST0
- See Also:
- Constant Field Values
M_RST1
byte M_RST1
- See Also:
- Constant Field Values
M_RST2
byte M_RST2
- See Also:
- Constant Field Values
M_RST3
byte M_RST3
- See Also:
- Constant Field Values
M_RST4
byte M_RST4
- See Also:
- Constant Field Values
M_RST5
byte M_RST5
- See Also:
- Constant Field Values
M_RST6
byte M_RST6
- See Also:
- Constant Field Values
M_RST7
byte M_RST7
- See Also:
- Constant Field Values
M_SOI
byte M_SOI
- See Also:
- Constant Field Values
M_EOI
byte M_EOI
- See Also:
- Constant Field Values
M_SOS
byte M_SOS
- See Also:
- Constant Field Values
M_DQT
byte M_DQT
- See Also:
- Constant Field Values
M_DNL
byte M_DNL
- See Also:
- Constant Field Values
M_DRI
byte M_DRI
- See Also:
- Constant Field Values
M_DHP
byte M_DHP
- See Also:
- Constant Field Values
M_EXP
byte M_EXP
- See Also:
- Constant Field Values
M_APP0
byte M_APP0
- See Also:
- Constant Field Values
M_APP1
byte M_APP1
- See Also:
- Constant Field Values
M_APP2
byte M_APP2
- See Also:
- Constant Field Values
M_APP3
byte M_APP3
- See Also:
- Constant Field Values
M_APP4
byte M_APP4
- See Also:
- Constant Field Values
M_APP5
byte M_APP5
- See Also:
- Constant Field Values
M_APP6
byte M_APP6
- See Also:
- Constant Field Values
M_APP7
byte M_APP7
- See Also:
- Constant Field Values
M_APP8
byte M_APP8
- See Also:
- Constant Field Values
M_APP9
byte M_APP9
- See Also:
- Constant Field Values
M_APP10
byte M_APP10
- See Also:
- Constant Field Values
M_APP11
byte M_APP11
- See Also:
- Constant Field Values
M_APP12
byte M_APP12
- See Also:
- Constant Field Values
M_APP13
byte M_APP13
- See Also:
- Constant Field Values
M_APP14
byte M_APP14
- See Also:
- Constant Field Values
M_APP15
byte M_APP15
- See Also:
- Constant Field Values
M_JPG0
byte M_JPG0
- See Also:
- Constant Field Values
M_JPG13
byte M_JPG13
- See Also:
- Constant Field Values
M_COM
byte M_COM
- See Also:
- Constant Field Values
M_TEM
byte M_TEM
- See Also:
- Constant Field Values
M_ERROR
int M_ERROR
- See Also:
- Constant Field Values
CSTATE_START
int CSTATE_START
- See Also:
- Constant Field Values
CSTATE_SCANNING
int CSTATE_SCANNING
- See Also:
- Constant Field Values
CSTATE_RAW_OK
int CSTATE_RAW_OK
- See Also:
- Constant Field Values
CSTATE_WRCOEFS
int CSTATE_WRCOEFS
- See Also:
- Constant Field Values
DSTATE_START
int DSTATE_START
- See Also:
- Constant Field Values
DSTATE_INHEADER
int DSTATE_INHEADER
- See Also:
- Constant Field Values
DSTATE_READY
int DSTATE_READY
- See Also:
- Constant Field Values
DSTATE_PRELOAD
int DSTATE_PRELOAD
- See Also:
- Constant Field Values
DSTATE_PRESCAN
int DSTATE_PRESCAN
- See Also:
- Constant Field Values
DSTATE_SCANNING
int DSTATE_SCANNING
- See Also:
- Constant Field Values
DSTATE_RAW_OK
int DSTATE_RAW_OK
- See Also:
- Constant Field Values
DSTATE_BUFIMAGE
int DSTATE_BUFIMAGE
- See Also:
- Constant Field Values
DSTATE_BUFPOST
int DSTATE_BUFPOST
- See Also:
- Constant Field Values
DSTATE_RDCOEFS
int DSTATE_RDCOEFS
- See Also:
- Constant Field Values
DSTATE_STOPPING
int DSTATE_STOPPING
- See Also:
- Constant Field Values
STD_LUMINANCE_QUANT_TBL
int[] STD_LUMINANCE_QUANT_TBL
STD_CHROMINANCE_QUANT_TBL
int[] STD_CHROMINANCE_QUANT_TBL
JPEG_NATURAL_ORDER
int[] JPEG_NATURAL_ORDER
BITS_DC_LUMINANCE
int[] BITS_DC_LUMINANCE
VAL_DC_LUMINANCE
int[] VAL_DC_LUMINANCE
BITS_DC_CHROMINANCE
int[] BITS_DC_CHROMINANCE
VAL_DC_CHROMINANCE
int[] VAL_DC_CHROMINANCE
BITS_AC_LUMINANCE
int[] BITS_AC_LUMINANCE
VAL_AC_LUMINANCE
int[] VAL_AC_LUMINANCE
BITS_AC_CHROMINANCE
int[] BITS_AC_CHROMINANCE
VAL_AC_CHROMINANCE
int[] VAL_AC_CHROMINANCE
writeFileHandle
java.io.FileOutputStream writeFileHandle
saveStatus
int saveStatus
byteCount
int byteCount
inputGamma
double inputGamma
quality
int quality
quantizationTables
java.util.Vector quantizationTables
qtSentTable
boolean[] qtSentTable
dcHuffTbls
java.util.Vector dcHuffTbls
acHuffTbls
java.util.Vector acHuffTbls
smoothingFactor
int smoothingFactor
dctMethod
int dctMethod
densityUnit
int densityUnit
Xdensity
int Xdensity
Ydensity
int Ydensity
writeJFIFheader
boolean writeJFIFheader
writeAdobeMarker
boolean writeAdobeMarker
nextScanline
int nextScanline
globalState
int globalState
bytesPerPixel
int bytesPerPixel
headerIsWritten
boolean headerIsWritten
imageCompleteDone
boolean imageCompleteDone
SRC_COPY
int SRC_COPY
- See Also:
- Constant Field Values
PICT_NULL_HEADER_SIZE
int PICT_NULL_HEADER_SIZE
- See Also:
- Constant Field Values
IMAGE_RESOLUTION
int IMAGE_RESOLUTION
- See Also:
- Constant Field Values
NBR_BYTES_IN_WORD
int NBR_BYTES_IN_WORD
- See Also:
- Constant Field Values
NBR_BYTES_IN_LONG
int NBR_BYTES_IN_LONG
- See Also:
- Constant Field Values
OP_CLIP_RGN
int OP_CLIP_RGN
- See Also:
- Constant Field Values
OP_VERSION
int OP_VERSION
- See Also:
- Constant Field Values
OP_DEF_HILITE
int OP_DEF_HILITE
- See Also:
- Constant Field Values
OP_V2_HEADER_OP
int OP_V2_HEADER_OP
- See Also:
- Constant Field Values
OP_DIRECT_BITS_RECT
int OP_DIRECT_BITS_RECT
- See Also:
- Constant Field Values
OP_END_OF_PICTURE
int OP_END_OF_PICTURE
- See Also:
- Constant Field Values
OP_VERSION_2
int OP_VERSION_2
- See Also:
- Constant Field Values
EXT_VERSION_2_CODE
int EXT_VERSION_2_CODE
- See Also:
- Constant Field Values
writeFileHandle
java.io.FileOutputStream writeFileHandle
width
int width
height
int height
rowBytes
int rowBytes
saveStatus
int saveStatus
byteCount
int byteCount
scanlineBytes
byte[] scanlineBytes
packedScanlineBytes
byte[] packedScanlineBytes
scanWidthLeft
int scanWidthLeft
OBLIGATORY_REGISTRATION
boolean OBLIGATORY_REGISTRATION
- See Also:
- Constant Field Values
DEFLATE_INPUT_SIZE
int DEFLATE_INPUT_SIZE
- See Also:
- Constant Field Values
PNG_IDENTIFICATION_BYTES
byte[] PNG_IDENTIFICATION_BYTES
IHDR_DATA_SIZE
int IHDR_DATA_SIZE
- See Also:
- Constant Field Values
CHUNK_TYPE_SIZE
int CHUNK_TYPE_SIZE
- See Also:
- Constant Field Values
IHDR_CHUNK_TYPE
byte[] IHDR_CHUNK_TYPE
IDAT_CHUNK_TYPE
byte[] IDAT_CHUNK_TYPE
IEND_CHUNK_TYPE
byte[] IEND_CHUNK_TYPE
COLOR_TYPE_COLOR
byte COLOR_TYPE_COLOR
- See Also:
- Constant Field Values
COLOR_TYPE_USE_ALPHA_CHANNEL
byte COLOR_TYPE_USE_ALPHA_CHANNEL
- See Also:
- Constant Field Values
DEFLATE_INFLATE_COMPRESSION
byte DEFLATE_INFLATE_COMPRESSION
- See Also:
- Constant Field Values
NO_INTERLACE
byte NO_INTERLACE
- See Also:
- Constant Field Values
NO_FILTER
byte NO_FILTER
- See Also:
- Constant Field Values
SUB_FILTER
byte SUB_FILTER
- See Also:
- Constant Field Values
writeFileHandle
java.io.FileOutputStream writeFileHandle
width
int width
height
int height
saveStatus
int saveStatus
byteCount
int byteCount
bytesPerPixel
int bytesPerPixel
crcCounter
java.util.zip.CRC32 crcCounter
pixmapDeflater
java.util.zip.Deflater pixmapDeflater
idatChunkSizeOffset
long idatChunkSizeOffset
idatDataSize
long idatDataSize
headerIsWritten
boolean headerIsWritten
imageCompleteDone
boolean imageCompleteDone
includeAlphaChannel
boolean includeAlphaChannel
writeFileHandle
java.io.FileOutputStream writeFileHandle
saveStatus
int saveStatus
HEADER_SIZE
int HEADER_SIZE
- See Also:
- Constant Field Values
IFD_FIELD_SIZE
int IFD_FIELD_SIZE
- See Also:
- Constant Field Values
OFFSET_BYTE_SIZE
int OFFSET_BYTE_SIZE
- See Also:
- Constant Field Values
NEXT_IFD_OFFSET_SIZE
int NEXT_IFD_OFFSET_SIZE
- See Also:
- Constant Field Values
BITS_PER_SAMPLE_SIZE
int BITS_PER_SAMPLE_SIZE
- See Also:
- Constant Field Values
RESOLUTION_DATA_SIZE
int RESOLUTION_DATA_SIZE
- See Also:
- Constant Field Values
BYTES_PER_PIXEL
int BYTES_PER_PIXEL
- See Also:
- Constant Field Values
NBR_BITS_IN_BYTE
int NBR_BITS_IN_BYTE
- See Also:
- Constant Field Values
writeFileHandle
java.io.FileOutputStream writeFileHandle
saveStatus
int saveStatus
filePath
java.lang.String filePath
fileDirectory
java.lang.String fileDirectory
fileName
java.lang.String fileName
changes
java.beans.PropertyChangeSupport changes
DEFAULT_WIDTH
int DEFAULT_WIDTH
- See Also:
- Constant Field Values
DEFAULT_HEIGHT
int DEFAULT_HEIGHT
- See Also:
- Constant Field Values
imagePath
java.lang.String imagePath
hasImageSize
boolean hasImageSize
doIntermediateUpdates
boolean doIntermediateUpdates
changes
java.beans.PropertyChangeSupport changes