[magick-users] Mosaic

linda fasciano lindafasciano at hotmail.com
Sat Apr 25 15:26:13 PDT 2009



Hi, I was wondering how to use the layer methods at the IM studio.  I know how to do these (mosaic/montage/flatten) with command line.

 

<?php
$OUT="SRT/mosaic.gif";
exec ("/usr/bin/convert -page +0+0 SRT/WB140.gif -page +50+0 SRT/WB_140.gif -page +0+50 SRT/BW_140.gif -page +50+50 SRT/BW140.gif -background black -mosaic $OUT");
?>

 

But I was curious to know how you would do something like this at the Studio.  I have tried using an approach similar to animation with a directory of images but it produced nothing.

 

Thanks Linda


More information about the Magick-users mailing list