bluedrag: (Default)
bluedrag ([personal profile] bluedrag) wrote2023-03-12 05:02 pm
Entry tags:

HEIC -> JPG

Modern IPhones store images in HEIC files. How to convert them to JPG?

Install the heif-convert utility:

sudo apt install libheif-examples

Then run:

for f in *.HEIC; do heif-convert -q 100 $f ${f/.HEIC/.jpg}; done

Post a comment in response:

(will be screened)
(will be screened if not validated)
If you don't have an account you can create one now.
HTML doesn't work in the subject.
More info about formatting