Skip to content

Instantly share code, notes, and snippets.

@pmagwene
Created September 26, 2011 22:04
Show Gist options
  • Save pmagwene/1243539 to your computer and use it in GitHub Desktop.
Save pmagwene/1243539 to your computer and use it in GitHub Desktop.
Convert PDF to PNG using imagemagick
convert -density 600x600 -quality 90 -resize 600 eigen-transform.pdf eigen-transform.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment