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
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
Logged in as {{omniform_current_user_display_name}}. Edit your profile. Log out? Required fields are marked *
Your email address will not be published. Required fields are marked *
Comments are closed.
You must be logged in to post a comment.