Интересно Конвертиране на Iphone HEIC към jpg (Linux) 06.11.2019 amri Leave a comment sudo add-apt-repository ppa:strukturag/libheif sudo apt-get install libheif-examples sudo apt-get update heif-convert infile.heif outfile.jpg или #!/bin/bash for f in *.HEIC do echo "Working on file $f" heif-convert $f $f.jpg done VN:F [1.9.22_1171]please wait...Rating: 0.0/5 (0 votes cast)VN:F [1.9.22_1171]Rating: 0 (from 0 votes)