Last active
April 27, 2018 06:47
-
-
Save yetithefoot/fbce3d008b4d9c4e754e to your computer and use it in GitHub Desktop.
convert tiff to png with imagemagick
This file contains hidden or 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
# memory and map uses to limit memory on slall instances | |
convert -limit memory 32 -limit map 64 input.tif -units PixelsPerInch -density 72 -quality 80 -resize 1024 output.jpg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment