GNOME Bugzilla – Bug 145054
Can't modify alpha channel with curves tool or levels tool
Last modified: 2004-12-22 21:47:04 UTC
This applies to 2.0.2 as well as 2.1.1. If you bring up either the curves or levels tool and try to adjust the alpha channel of an image, nothing happens to the histogram and nothing happens to the image.
Follow-up: I've tracked through this far enough to see that the right thing is happening when gimp_lut_process is run -- for an RGB image, it uses case 4:, and the values that come out for dest[3] are different than those for src[3]. Somehow, though, these changes do not take effect in the image.
Hm, strange. I tried the fix for bug #141930 on both GRAYA and RGBA layers and thes worked nicely on the alpha channel. Would you check if you can still reproduce the bug with CVS HEAD?
Maybe the "keep transparency" toggle in the layers dialog is activated? or you have a subtle selection somewhere?
It was "keep transparency", all right. Sigh. Just when I think I'm beginning to understand this program . . .
Will the wonders never cease... :-) Closing as NOTABUG