Created
March 25, 2020 18:36
-
-
Save airalcorn2/592b41595c7a724cf2a0e3675e897a3d to your computer and use it in GitHub Desktop.
ImageMagick commands.
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
| # 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