in reply to Re^3: Append images with ImageMagick
in thread Append images with ImageMagick

this worked:
$x = $image->Append(stack=>0);
Thanks