ImageLib for LWJGL

Hi!

I’ve made a little lib for lwjgl for loading textures. Currently it can load GIF, JPEG, PNG, BMP and PCX (with compression)…

You can find it here :
http://chman-area.tuxfamily.org

More image formats are to come (I’m working on TGA) !

++
Chman

Ahh - this is exactly what we wanted to see - someone extending (and making available) lwjgl with some usefull stuff.

Excellent work!

oh, and by the way - it doesn’t work out of the box :stuck_out_tongue:
You forgot to include innerclasses in the jar file - works as advertised when compilling for my self.


java.lang.NoClassDefFoundError: org/chman/loader/BMPTextureLoader$BitmapHeader

Thanks for the bug report ! it will be corrected in approximatively 5 minutes…

oh, and i’m adding PPM, TIFF and TGA format…

++
Chman