Skip to content

Instantly share code, notes, and snippets.

@hotohoto
Last active December 8, 2023 06:55
Show Gist options
  • Save hotohoto/5add2bce4a2ca7e4925605d65d3e7171 to your computer and use it in GitHub Desktop.
Save hotohoto/5add2bce4a2ca7e4925605d65d3e7171 to your computer and use it in GitHub Desktop.
Generate grid images from single images in the abc folder
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