Are you sure you want Checker-Tile and not Tile? I used Tile as part of my testing when creating the distort functions.
CheckerTile (and other Tile types) was a more recent addition... I added then in IM v6.4.2-6, including some special degenerate color handling for extremes when using distort to "viewing distant horizons".
Never had any problems with it.
A test with "logo:" image works find for me...
Code: Select all
convert logo: -alpha set -virtual-pixel checker-tile \
-distort Perspective '0,0,0,0 0,418,0,300 436,418,350,250 436,0,350,50' \
show:
Hmmm you probably should define a background color. If undefined it will default to the background meta-data of the incoming image, which could be jusrt (it only defaults to white only for 'created' images like labels)
Try the simpler examples in
http://www.imagemagick.org/Usage/misc/#checker_tile
These examples reduce the complexity of the operation so we can better see what is happening. It is working fine on my own machine.
Mirror on the other hand did have a bug, in that it only mirrored immediate neighbours, and not the images further way. I personally fixed that bug at the around time I added the newer tile operations. IM v6.5.0-1 See note in
http://www.imagemagick.org/Usage/misc/#mirror