|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use legacy.resource.codecs.image | |
---|---|
legacy.resource | This package is where classes used for handling media should be kept and includes codecs for loading specific mime types. |
legacy.resource.codecs.image | Package for maintaing image codecs |
Classes in legacy.resource.codecs.image used by legacy.resource | |
---|---|
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. |
Classes in legacy.resource.codecs.image used by legacy.resource.codecs.image | |
---|---|
ImageIOCodec
ImageIOCodec.class |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |