Skip to content

Instantly share code, notes, and snippets.

@stevenshelby
Last active December 28, 2015 10:59
Show Gist options
  • Select an option

  • Save stevenshelby/7490112 to your computer and use it in GitHub Desktop.

Select an option

Save stevenshelby/7490112 to your computer and use it in GitHub Desktop.
Mass convert images with imagemagick and powershell
powershell "dir -recurse -include *.tif | %{mogrify -compress Group4 $_.FullName}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment