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 have problems with this too. We crop images within our imaging software (jAlbum) using getSubImage. When saved through this library, the resulting image is pushed to the right, leaving the left side black. The only workaround we have is the sometimes expensive operation of painting the cropped image to a fresh buffered image before saving it.
Hoping for a resolution to this soon. This is otherwise an excellent library!
joostoudeman
pushed a commit
to joostoudeman/webp-imageio
that referenced
this issue
Jun 16, 2023
Just stumbled over that too today and also found no other solution than to make an explicit copy of the cropped image. All other ImageIO writers I have used so far can handle this scenario correctly. So it is not a general ImageIO issue.
No description provided.
The text was updated successfully, but these errors were encountered: