artifacts on extracted alpha channel, dds format
Posted: 2012-09-23T18:34:09-07:00
Hello everyone.
My ver. of convert.exe is 6.7.9-4 Q16 and i'm on Window 7 x64
My command string is:
When i'm trying to do operations (-separate, -combine etc) with alpha channel where the input format is .dds i gets artifacts every single time like on this picture (it's a copy of alpha channel from Alpha to Green):
BUT, if i'm useing other input formats like .tga or .bmp it's working fine and without any issue.
Here is experimental image
Topic where i get this issue is here
My ver. of convert.exe is 6.7.9-4 Q16 and i'm on Window 7 x64
My command string is:
Code: Select all
convert Tex_0807_4.dds -channel rgba -separate +channel -swap 1,3 +delete -combine -channel B -evaluate set 100% +channel -colorspace sRGB Tex_0807_4_swap.png
BUT, if i'm useing other input formats like .tga or .bmp it's working fine and without any issue.
Here is experimental image
Topic where i get this issue is here