You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had the same problem. Seems to appear with some kinds of source files.
Added a fix in my pull-request: if (iwParam instanceof JPEGImageWriteParam) { JPEGImageWriteParam jpegImageWriteParam = (JPEGImageWriteParam) iwParam; jpegImageWriteParam.setOptimizeHuffmanTables(true); }
The EXIF-data are not affected by that change, as far as I could verify.
I'm facing below exception when executed this command:
java -Xmx1024m -jar JPEGOptimizer.jar
The text was updated successfully, but these errors were encountered: