Created
April 15, 2015 15:30
-
-
Save stew/e979eaa13bca2d5e8d61 to your computer and use it in GitHub Desktop.
fix the zine for double sided printing
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 -quality 100 -density 300x300 strace-zine.pdf'[0,2,4,6]' 'strace-single%d.gif | |
convert -quality 100 -density 300x300 strace-zine.pdf'[1,3,5,7]' -rotate 180 'strace-single%d.gif' | |
convert strace-single<0-8>.gif strace-fixed.pdf #<0-8> is probably a zsh only thing, * would probably work ⏎ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment