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
This is an issue seen when using the default JPEG decoder that's bundled with Java runtime. Try using the TwelveMonkeys ImageIO JPEG decoder that works better on JPEGs that exist in the wild.
Expected behavior
Actual behavior
Steps to reproduce the behavior
Thumbnails.Builder builder = Thumbnails.of("xxx.jog");
builder.size(800, 800).toFile("xxx.jpg");
The text was updated successfully, but these errors were encountered: