Skip to content

Instantly share code, notes, and snippets.

@stew
Created April 15, 2015 15:30
Show Gist options
  • Save stew/e979eaa13bca2d5e8d61 to your computer and use it in GitHub Desktop.
Save stew/e979eaa13bca2d5e8d61 to your computer and use it in GitHub Desktop.
fix the zine for double sided printing
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