Package legacy.resource.codecs.image

Package for maintaing image codecs

See:
          Description

Class Summary
BMPCodec BMPCodec.class codec for encoding and decoding the Bitmap Format
GIFCodec BMPCodec.class codec for encoding and decoding the Bitmap Format
ImageIOCodec ImageIOCodec.class
JPEGCodec BMPCodec.class codec for encoding and decoding the Bitmap Format
JPGCodec BMPCodec.class codec for encoding and decoding the Bitmap Format
NativeImageFormat NativeImageFormat.class is the base for image files as reads files as defined
readInt() = width
readInt() = height
readBoolean() = has Alpha
readBoolean() = has Transparency
readInt() = Transparency should be indicated above and -1 is read as indiction of no transparency
readInt()...width times height read a packed in containg RGB in the format AARRGGBB
14bytes+(width*height*4)bytes This is a very simple form as is makes things simpler when reading a image and transcoding it.
PNGCodec BMPCodec.class codec for encoding and decoding the Bitmap Format
WBMPCodec BMPCodec.class codec for encoding and decoding the Bitmap Format
 

Package legacy.resource.codecs.image Description

Package for maintaing image codecs