PerlMagick +append

PerlMagick is an object-oriented Perl interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning PerlMagick.
Post Reply
magiotrope
Posts: 11
Joined: 2012-03-19T06:05:50-07:00
Authentication code: 8675308

PerlMagick +append

Post by magiotrope »

HI, all

a couple of questions:

(1) at the command line, I can do this:

convert pic1.jpg pic2.jpg +append stitched_horizontally.jpg

How do I do the same with PerlMagick ??

(2) along the same lines: if I have two handles -- one obtained through $handle1->Read('path1.jpg') and the other obtain though method "new" ($handle2=Image::Magick->new() and $handle2->Read('xc:white')) ), how can I stitch the two images together ?

Tried many variations of $combined->Append(...) but am failing
domx
Posts: 2
Joined: 2015-06-05T09:06:09-07:00
Authentication code: 6789
Location: Germany/Regensburg

Re: PerlMagick +append

Post by domx »

I've the same problem. Have you found a solution?
Post Reply