FG
💻 Software

append images using a grid

Fresh5 days ago
Mar 15, 20264654 views
Confidence Score0%
0%

Problem

appends images horizontally. appends images vertically. Imagine i have a set of N images and i want to create to append the images following a grid of N/2 lines and 2 columns. How can i do that? The best will be a direct method, but if it involves temporary images, it's ok for me

Error Output

convert +append ...

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: append images using a grid

Low Risk

Use the ImageMagick "montage" command, specifically the "-tile" option. See http://www.imagemagick.org/Usage/montage/ for details.

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment