Skip to content

Instantly share code, notes, and snippets.

@airalcorn2
Created March 25, 2020 18:36
Show Gist options
  • Select an option

  • Save airalcorn2/592b41595c7a724cf2a0e3675e897a3d to your computer and use it in GitHub Desktop.

Select an option

Save airalcorn2/592b41595c7a724cf2a0e3675e897a3d to your computer and use it in GitHub Desktop.
ImageMagick commands.
# Create PDF montage from a directory of images.
montage -tile 2x100 "test/*" final.png
convert final.png final.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment