yovada / gimp-dds

Automatically exported from code.google.com/p/gimp-dds
0 stars 0 forks source link

Load DDS with zero alpha kill RGB to zero #12

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Load DDS with zero alpha channel kill RGB to zero
Have dds, 32bit-A8R8G8B8, no compression, size 512x512.
RGB channels is somthing, alpha channel is zero.
After loading, whole image is transparent and RGB is black.

Original issue reported on code.google.com by muxan...@gmail.com on 30 Mar 2012 at 10:09

GoogleCodeExporter commented 8 years ago
GIMP seems to multiply the color channels with the alpha channel.  I will look 
for a solution/work-around.

Original comment by ski...@gmail.com on 27 Jun 2012 at 7:00

GoogleCodeExporter commented 8 years ago
Issue 21 has been merged into this issue.

Original comment by ski...@gmail.com on 28 Nov 2012 at 11:42

GoogleCodeExporter commented 8 years ago
Trying to create textures for use as 4 channel tint masks. Setting the alpha 
values to full lets me use 3 channels, but 4 channels is currently impossible, 
due to the alpha multiplication of the RGB channels.

Original comment by Jonathan...@gmail.com on 18 Jul 2013 at 12:15