Created
February 18, 2014 19:16
-
-
Save billsuxx/9077837 to your computer and use it in GitHub Desktop.
linux: merge jpgs to pdf
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
convert -append input1.jpg input2.jpg output.jpg | |
convert output.jpg output.pdf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment