biodranik / HEIF

Mac OS X: Convert any image to HEIF/HEIC format
MIT License
72 stars 11 forks source link

Easier native way to convert images #7

Open adityapatadia opened 2 years ago

adityapatadia commented 2 years ago

Here is native and easier way to convert images to HEIC. This uses native SIPS utility.

for i in *.jpg; do sips -s format heic $i --out converted/$i.heic;done
biodranik commented 2 years ago

How can you set the quality?

adityapatadia commented 2 years ago

You can pass -s formatOptions 80.