Combine two images of different size..?
Combine two images of different size..?
How to simple combine two images in IMageMagic Script if these are of differnet size...?
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Combine two images of different size..?
please clarify how you want to combine them. do you want them side by side? do you want on on top of the other? what do you really need?
Are you using Imagick PHP API or just ImageMagick in command line?
Are you using Imagick PHP API or just ImageMagick in command line?
Re: Combine two images of different size..?
I just want to combine them side by side.
like
Before

Final


like
Before


Final


- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Combine two images of different size..?
convert image1 image2 -gravity center -background black +append result