Skip to content

Instantly share code, notes, and snippets.

@yetithefoot
Last active April 27, 2018 06:47
Show Gist options
  • Save yetithefoot/fbce3d008b4d9c4e754e to your computer and use it in GitHub Desktop.
Save yetithefoot/fbce3d008b4d9c4e754e to your computer and use it in GitHub Desktop.
convert tiff to png with imagemagick
# 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