# install imagemagick on your computer using the homebrew package manager brew install imagemagick # convert an HEIC image to a jpg image magick convert example_image.HEIC example_image.jpg