bootchk / resynthesizer

Suite of gimp plugins for texture synthesis
GNU General Public License v3.0
1.39k stars 164 forks source link

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

Open ofnuts opened 1 year ago

ofnuts commented 1 year ago

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 commented 1 year ago

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.