https://github.com/johnbedeir/heic-converter
This script is to convert all "HEIC" file format to "JPEG" and export it in the same location
https://github.com/johnbedeir/heic-converter
Last synced: about 1 year ago
JSON representation
This script is to convert all "HEIC" file format to "JPEG" and export it in the same location
- Host: GitHub
- URL: https://github.com/johnbedeir/heic-converter
- Owner: johnbedeir
- Created: 2020-07-13T19:24:04.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-09-22T20:48:20.000Z (over 3 years ago)
- Last Synced: 2025-02-13T01:29:08.407Z (over 1 year ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Convert HEIC format to JPG (Linux)
This script is made to convert all images in the same directory with the script from iPhone image format (HEIC) to JPG format.
## Step 1:
Download the script **heic_to_jpeg.sh**
## Step 2:
Open your terminal and run the following commands:
```
sudo add-apt-repository ppa:strukturag/libheif
sudo apt-get install libheif-examples
sudo apt-get update
```
# Step 3:
Give executable permissions to the script:
```
chmod +x heic_to_jpeg.sh
```
# Step 4:
Make sure you place the script in the directory where you have all the HEIC images that you would like to convert then run the script.
```
./heic_to_jpeg.sh
```