Skip to content

Instantly share code, notes, and snippets.

@Tabea-K
Created August 26, 2015 06:45
Show Gist options
  • Save Tabea-K/682601ed46c4912a7348 to your computer and use it in GitHub Desktop.
Save Tabea-K/682601ed46c4912a7348 to your computer and use it in GitHub Desktop.
Uses imagemagick to convert a pdf file into png without much quality loss.
#!/usr/bin/env bash
convert -density 300 -resize 25% $1 $2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment