Skip to content

Instantly share code, notes, and snippets.

@danmaq
Created August 7, 2018 05:51
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 danmaq/1efa567abc08a6fd86e3aa5b33573643 to your computer and use it in GitHub Desktop.
Save danmaq/1efa567abc08a6fd86e3aa5b33573643 to your computer and use it in GitHub Desktop.
Convert HEIF(.heic) format photos to JPEG(.jpg) format.
#!/bin/sh
brew install libheif
# The “heif-convert” command is included in the libheif package.
heif-convert image.heic image.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment