Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignores offsets created by BufferedImage::getSubimage #10

Open
manuel-hegner opened this issue Oct 19, 2020 · 2 comments
Open

Ignores offsets created by BufferedImage::getSubimage #10

manuel-hegner opened this issue Oct 19, 2020 · 2 comments

Comments

@manuel-hegner
Copy link

No description provided.

@davidekholm
Copy link

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
@mipastgt
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants