Last active
December 8, 2023 06:55
-
-
Save hotohoto/5add2bce4a2ca7e4925605d65d3e7171 to your computer and use it in GitHub Desktop.
Generate grid images from single images in the abc folder
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt update | |
sudo apt install imagemagick | |
montage abc/* -tile 8x8 -geometry +1+1 grid_abc.png |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment