My Notebook
View My GitHub Profile
by kerner1000
sudo apt-get install libheif-examples for file in *.heic; do heif-convert $file ${file/%.heic/_converted.jpg}; done
If sucessful, delete all heic files:
heic
rm *.heic