Tile-offset and MPR
Posted: 2009-11-20T15:58:05-07:00
Hi,
I don't get the same behaviour doing
and
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
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:
Code: Select all
convert rose: -write mpr:a +delete -size 80x80 -tile-offset +20+20 tile:mpr:a show:
I'm using ImageMagick 6.5.7-8 2009-11-17 Q16 (as in Debian).
thanks