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-offset with tile:] moves the whole image canvas or it's some kind of bug ?
Is it normal that doesn't fill the entire space of the image ?
Version: ImageMagick 7.0.5-4 Q16 x64 ; Windows 7
Here is the bad output:
..and the good one:
-tile-offset bug with tile:
-tile-offset bug with tile:
Last edited by vallex on 2017-04-19T12:37:54-07:00, edited 1 time in total.
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: -tile-offset bug with tile:
Please supply your IM version and Platform.