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
Images of type JPG won't load due to a JPG library mismatch on (certain?) Linux-based systems. In JPEGImageLoader.class (part of JavaFX iio), the following statement throws an IOException:
this.structPointer = this.initDecompressor(var1);
Exception message is "Wrong JPEG library version: library is 62, caller expects 90".
A simple work-around would be converting JPGs to PNGs, which do load.
The text was updated successfully, but these errors were encountered:
OS: Pop!_OS 21.10 (based on Ubuntu 21.10)
Images of type JPG won't load due to a JPG library mismatch on (certain?) Linux-based systems. In JPEGImageLoader.class (part of JavaFX iio), the following statement throws an IOException:
this.structPointer = this.initDecompressor(var1);
Exception message is "Wrong JPEG library version: library is 62, caller expects 90".
A simple work-around would be converting JPGs to PNGs, which do load.
The text was updated successfully, but these errors were encountered: