Re: Speeding up writing to JPG file
Posted by
gouessej on
Jul 26, 2016; 10:00am
URL: https://forum.jogamp.org/Speeding-up-writing-to-JPG-file-tp4036909p4036966.html
A decoder based on TurboJPEG can be useful, there is already a binding based on JNA:
https://github.com/geosolutions-it/imageio-ext/wiki/TurboJPEG-Bindings-1.1Wouldn't a pure Java decoder supporting at least a subset of the JPEG spec still be useful if it was more efficient than using AWT and Swing?