Horje
offline heic to jpg converter on linux Code Example
offline heic to jpg converter on linux
#!/bin/bash
for f in *.HEIC
do
echo "Working on file $f"
heif-convert $f $f.jpg
done




Shell

Related
git log from selected branch Code Example git log from selected branch Code Example
flutter doctor Xcode installation is incomplete; a full installation is necessary for iOS development. Code Example flutter doctor Xcode installation is incomplete; a full installation is necessary for iOS development. Code Example
tfswitch install Code Example tfswitch install Code Example
gatsby transformer remark Code Example gatsby transformer remark Code Example
install cv2 Code Example install cv2 Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11