FG
💻 Software

How can I take hundreds of smaller images and create one big tiled image?

Fresh7 days ago
Mar 15, 202612591 views
Confidence Score0%
0%

Problem

I have 251 images that are 128x128 in size; I need to create one big image that includes them all tiled together. The image will be 32128x32128 in size if all goes well (Paint.NET says it will be 3.8GB in size, fun times) I need to do this systematically, with a tool or a script since I might have …

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How can I take hundreds of smaller images and create one big tiled image?

Low Risk

Try ImageMagick, a command-line image editor. Its montage command can help you tile your images together. For more info about : http://www.imagemagick.org/Usage/montage/ http://www.imagemagick.org/script/montage.php Here's an example that tiles 100 …

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment