Study Guide: Converting files in HEIC format to JPEG format
How to convert those pesky HEIC files into JPEG format.
Installation
Install https://imagemagick.org/. For MacOS with homebrew installed:
$ brew install imagemagick
File Conversion
Using your favorite terminal app (such as iTerm), navigate to the directory containing those pesky HEIC files, and convert ’em all with the following command. (Note: iPhone saves the file extension in all caps.)
$ magick mogrify -format jpg *.HEIC
More Information
Opinions
Null
« Converting HTML to PDF on the command line using Google Chrome Converting files in HEIC format to JPEG format »
Source: https://class.ronliskey.com/study/computing/heic-format-converting/