Is there any freely-available code out there which will efficiently load .gif and .jpg images as raw RGBA byte arrays? I’m not interested in getting back a BufferedImage or Image. Besides, the built in java loaders seem terribly awkward and inefficient, and the only 3rd party library I’ve been able to find used a lot of native code and wasn’t implemented for the Mac.
Thanks in advance.