-tile-offset bug with tile:

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
vallex
Posts: 2
Joined: 2017-04-11T23:36:53-07:00
Authentication code: 1151

-tile-offset bug with tile:

Post by vallex »

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:
Image
..and the good one:
Image
Last edited by vallex on 2017-04-19T12:37:54-07:00, edited 1 time in total.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: -tile-offset bug with tile:

Post by fmw42 »

Please supply your IM version and Platform.
Post Reply