Created
March 28, 2024 04:29
-
-
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"
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
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