Search found 2 matches

by vallex
2017-04-12T01:52:15-07:00
Forum: Bugs
Topic: -tile-offset bug with tile:
Replies: 1
Views: 5875

-tile-offset bug with tile:

Bad result , but faster (357ms): convert -size 1024x1024 -alpha off -tile-offset -40-40 tile:Tex_0173.dds png32:tiles_bug.png Good result, but slower (636ms): convert -size 1024x1024 xc: -tile-offset +40+40 +size -tile Tex_0173.dds -draw "color 0,0 reset" png32:tiles_good.png My question is : [-tile ...
by vallex
2017-04-12T00:55:47-07:00
Forum: Developers
Topic: DDS Alpha format (8bpp-A8)
Replies: 2
Views: 10683

DDS Alpha format (8bpp-A8)

Is there any chance for DDS Alpha (8bpp-A8) support? Lots of my work is based on ImageMagick and the use of other DDS converter slows the process ( my software -> DDS convert (DXT5 or other) -> ImageMagick -> DDS convert again! (A8) -> my software ) After all the format isn't very difficult! Only ...