Re: Old school texture loading
Posted by
Sven Gothel on
Feb 28, 2014; 2:45pm
URL: https://forum.jogamp.org/Old-school-texture-loading-tp4031754p4031757.html
On 02/28/2014 03:03 PM, gouessej [via jogamp] wrote:
> ImageIO isn't faster than TextureIO as far as I know.
TextureIO now uses PNGJ (own branch) to load PNG files
and our own JPEG decoder for JPEG files.
Non representative tests results show that our solution
exposes a better performance in decoding,
as well as it removes the need to vertical flip the image.
~Sven