Created
January 20, 2010 05:53
-
-
Save wtnabe/281643 to your computer and use it in GitHub Desktop.
How-to convert image density with ImageMagick
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
# for paper | |
convert INFILE -size SRC_SIZE -scale TARGET_SIZE -density 350x350 -units PixelsPerInch OUTFILE |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment