Skip to content

Instantly share code, notes, and snippets.

@alecrem
Last active July 30, 2019 14:08
Show Gist options
  • Save alecrem/234bd6e5b87ee0a3b23cdcff426b9dd0 to your computer and use it in GitHub Desktop.
Save alecrem/234bd6e5b87ee0a3b23cdcff426b9dd0 to your computer and use it in GitHub Desktop.
Set PNG image to 350 dpi for printing
pngcrush -res 350 card-ja.png card-ja350.png
identify -units PixelsPerInch -format  '%x,%y\n' card-ja350.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment