Page 1 of 1

Tile-offset and MPR

Posted: 2009-11-20T15:58:05-07:00
by xterm
Hi,
I don't get the same behaviour doing

Code: Select all

convert rose: -write miff:/tmp/a +delete -size 80x80 -tile-offset +20+20 tile:/tmp/a show:
and

Code: Select all

convert rose: -write mpr:a +delete -size 80x80 -tile-offset +20+20 tile:mpr:a show:
I think the first is the correct one, as the tile is shifted, unlike in the second.
I'm using ImageMagick 6.5.7-8 2009-11-17 Q16 (as in Debian).

thanks

Re: Tile-offset and MPR

Posted: 2009-11-20T18:52:32-07:00
by magick
We can reproduce the problem you posted and we have patch. Look for it sometime tomorrow in the Subversion trunk and in the next point release of ImageMagick. Thanks.