Tile-offset and MPR

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
xterm

Tile-offset and MPR

Post 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
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Tile-offset and MPR

Post 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.
Post Reply