Batch Resizing and side by side photo script

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
firaki12345
Posts: 1
Joined: 2019-03-21T23:52:10-07:00
Authentication code: 1152

Batch Resizing and side by side photo script

Post by firaki12345 »

Hi, total newbie here.

is there a way to batch resize and put photos side by side.

the two photos are of different resolutions and want to put them side by side as to upload on social media sites. :D
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Batch Resizing and side by side photo script

Post by fmw42 »

Please clarify. Do you want to resize them to the same size? Or do you just want to resize to make them all smaller? You can use -resize to do the resize and +append to put them size by side. But you will have to loop over your directories to select the pairs of images and then use convert to do the processing.

It would help if you clarified further.
____________________

Please, always provide your IM version and platform when asking questions, since syntax may differ.

Also provide your exact command line and your images, if possible.

See the top-most post in this forum "IMPORTANT: Please Read This FIRST Before Posting" at http://www.imagemagick.org/discourse-se ... f=1&t=9620

If using Imagemagick 7, then see http://imagemagick.org/script/porting.php#cli


For novices, see

http://www.imagemagick.org/discourse-se ... f=1&t=9620
http://www.imagemagick.org/script/comma ... essing.php
http://www.imagemagick.org/Usage/reference.html
http://www.imagemagick.org/Usage/
https://github.com/ImageMagick/usage-markdown
https://imagemagick.org/script/porting.php#cli
Post Reply