in reply to Re^2: Append images with ImageMagick
in thread Append images with ImageMagick
Update: After testing, I found you need to explicitly set stack to 0. Despite what the docs say, Image::Magick 6.4.8 seems to stack by Default.$x = $image->Append(stack=>0);
|
|---|