Skip to content

Instantly share code, notes, and snippets.

@mikedamoiseau
Last active January 23, 2023 08:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikedamoiseau/f1312f333fd2c86f04f513da13e60fcc to your computer and use it in GitHub Desktop.
Save mikedamoiseau/f1312f333fd2c86f04f513da13e60fcc to your computer and use it in GitHub Desktop.
HEIC is the new format for IOS photos
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