Last active
January 23, 2023 08:38
-
-
Save mikedamoiseau/f1312f333fd2c86f04f513da13e60fcc to your computer and use it in GitHub Desktop.
HEIC is the new format for IOS photos
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
Install ImageMagick on OSX: | |
brew update && brew install imagemagick | |
Then run the command line: | |
mogrify -format jpg *.HEIC |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment