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
PerlMagick +append
-
- Posts: 11
- Joined: 2012-03-19T06:05:50-07:00
- Authentication code: 8675308
-
- Posts: 2
- Joined: 2015-06-05T09:06:09-07:00
- Authentication code: 6789
- Location: Germany/Regensburg
Re: PerlMagick +append
I've the same problem. Have you found a solution?