coobird / thumbnailator

Thumbnailator - a thumbnail generation library for Java
MIT License
5.08k stars 780 forks source link

jpg color turn red #219

Open ikbujnh opened 4 months ago

ikbujnh commented 4 months ago

Expected behavior

1

Actual behavior

2

Steps to reproduce the behavior

Thumbnails.Builder builder = Thumbnails.of("xxx.jog"); builder.size(800, 800).toFile("xxx.jpg");

chency-jn commented 3 months ago

There is indeed this problem and we hope to resolve it as soon as possible

coobird commented 2 months ago

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.

Said-Ait-Driss commented 1 month ago

https://github.com/Said-Ait-Driss/resizer