-
-
Notifications
You must be signed in to change notification settings - Fork 627
Description
Windows OS version
Windows 11 Pro 24H2
ImageGlass version
9.3.2.520
ImageGlass release
Classic
1️⃣ Steps to reproduce
- Open an image with an alpha channel (tested with .dds, .png, and with at least 3 other images)
- Shift+C to bring up the 'View channels' dialog
- Click RGBA. You may need to repeat 2 and 3 to see a visible difference.
- After doing 3 and seeing a difference, try viewing just 'R/G/B + A'; there's still colors 'left over' from the RGBA mode, and clicking these other channels a few times also seems to cause different results.
- Clicking to RGB and then back to RGBA a few times will show the 'bleed over' of the black portions in the RGBA where there should be transparency.
2️⃣ Actual behavior
The color channels appear to be layering on top of each other in some way, and are otherwise changing each time you try and view a specific color channel, almost like bleed over from the previously-selected channels. I'm unsure exactly what is happening, but it's an incorrect result.
3️⃣ Expected behavior
To see the color channel I selected properly and how it should appear; i.e. 'R + A' should display just the red channel in grayscale along with transparent portions.
4️⃣ Screenshots / Video / Sample image file
Clip showing the problem: https://github.com/user-attachments/assets/ab0000c8-d480-484e-bf73-cd5a901cb122
5️⃣ Additional context
May be a problem with the alpha channel layering? I haven't tried extensively, but images without alpha seem like they don't have this problem. (Again, only tested a tiny bit with other images.)