Created attachment 471 [details] example com.jogamp.opengl.util.texture.spi.TGAImage.java missing support of RLE encoded images ie attached image
Possible fix/improvement https://github.com/petr-s/jogl/commit/8295953be23408f19751a178a0d8ac8cf9b8a17c TODOs are for discussion
Petr, I have assign this bug to you now, since you seem to not only have an interest in this feature - but are also capable to do so. Pls check my JOGL commit fixing Bug 745 as a 'quality' reference http://jogamp.org/git/?p=jogl.git;a=commit;h=a83aea49479818a1e5037d11a3e7f7d1f019c939 - fix - unit test (i.e. w/ your test picture .. etc) Would be great .. pull request etc. Thank you!
.. any progress ?
I'm sorry, i was kinda busy and completely forget about this bug..., so here's https://github.com/petr-s/jogl/commit/4bfeef1c298e6861c0a607811edc9bef88d6084b the patch/fix + junit test but still i'm not so happy about naming/structure and overall design of the class... feel free to discuss...
4bfeef1c298e6861c0a607811edc9bef88d6084b commit 4bfeef1c298e6861c0a607811edc9bef88d6084b Author: Petr Skramovsky <petr.skramovsky@gmail.com> Date: Wed Jul 17 13:36:33 2013 +0200 Fix Bug 744: Added support of RLE encoded .tga