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

Uncrop doesn't work when there is an alpha channel #109

Open
ofnuts opened this issue Jul 22, 2022 · 1 comment
Open

Uncrop doesn't work when there is an alpha channel #109

ofnuts opened this issue Jul 22, 2022 · 1 comment

Comments

@ofnuts
Copy link

ofnuts commented Jul 22, 2022

The un-crop just adds a transparent area around the layer:

image

Looking at the alpha channel (here, by adding a layer mask) show that the problem is that the alpha of the extended layer has been filled with 0's:

image

Setting alpha to 100% on these pixels makes the un-cropping appear:

image

@bootchk
Copy link
Owner

bootchk commented Jul 23, 2022

Thanks for reporting. I will look at it.

Off the top of my head, there is recent, related issue #104. Which I fixed. Maybe I broke something, or maybe your issue is fixed already, or maybe another fix is needed.

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

2 participants