Skip to content

Instantly share code, notes, and snippets.

@HerbFargus
Created March 28, 2024 04:29
Show Gist options
  • Save HerbFargus/dd5d28ad04dec9c18ffcfe475b79c7eb to your computer and use it in GitHub Desktop.
Save HerbFargus/dd5d28ad04dec9c18ffcfe475b79c7eb to your computer and use it in GitHub Desktop.
imagemagick mogirfy convert folder of tif files into pngs in a folder called "processed"
magick mogrify -path processed/ -format png *.tif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment