Created
April 20, 2021 07:40
-
-
Save stefanRepac/c49efd5265dbe80caa2ff98df8a5939b to your computer and use it in GitHub Desktop.
This file contains 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
/* | |
+append will put images side by side, i.e. horizontally instead of vertically (with -append) | |
*/ | |
// Terminal part | |
convert in.pdf +append out%d.png |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment