FW: [PHP] Imagick morphImages

2013-03-11 Thread Jen Rasmussen
true); $im->destroy(); imagedestroy($gf); imagedestroy($gt); } // ex morph('a.jpg', 'b.jpg', 'out.gif', 10, 0.1); ?> Hope it helps, Jen -Original Message- From: Leonard Burton [mailto:leonardbur...@gmail.com] Sent: Monday, March 11, 2013 1:

[PHP] Imagick morphImages

2013-03-11 Thread Leonard Burton
HI, *Imagick::morphImages* ( int $number_frames ) http://php.net/manual/en/imagick.morphimages.php Would someone please reply with how to add the two images for this? None of the search results come back with anything other than the auto-generated info on the imagick class. Many Thanks! --