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
_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users

Reply via email to