GNOME Bugzilla – Bug 315048
Linked transform causes noise in background layer
Last modified: 2006-05-13 21:50:47 UTC
New white image, paint some black lines, duplicate twice and link all them. Rotate with top selected makes bg layer get noise. Rotate with bg selected makes bg get alpha instead of noise.
I can't reproduce this. Is this really CVS HEAD? Can you attach a screenshot or an XCF showing the noise?
Created attachment 52098 [details] Rotated top layer, bg one got noise. The background layer did not got alpha automatically and got noise instead.
Indeed. Looks like interpolation asumes alpha, which is shouldn't.
Fixed in CVS: 2006-05-13 Michael Natterer <mitch@gimp.org> * app/core/gimplayer.c (gimp_layer_transform): add an alpha channel if the layer has none and interpolation is requested. Works around bug #315048, the real fix would be to implement interpolation on layers without alpha.