HEIC to JPEG Converter
Project description
HEIC TO JPG
Converts all pictures in a given folder from HEIC to JPG. Stores the new photos with the same name in /converted folder in the same directory unless target folder provided in flags.
Thanks to this link.
Installing prerequisites
- Install libheif via Homebrew
Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Libheif
brew install libheif
pip install heic-to-jpeg-converter
Usage
Convert everything in current folder and store in /converted
jpeg-converter convert
Find all files in the Downloads directory and save the converted pictures in current directory
jpeg-converter convert -s ~/Downloads -t .
Only list the files in the Downloads directory that will be converted
jpeg-converter convert -s ~/Downloads -l
Testing Locally
- Create a virtualenv
python3 -m venv env
- Activate the virtual environment
source env/bin/activate
- Use script
development.sh
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file heic-to-jpeg-converter-1.0.4.tar.gz.
File metadata
- Download URL: heic-to-jpeg-converter-1.0.4.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ecff40dfc27f9de1da0a0928a0a1ffe99ca178f42513e75d22dcbbd0b5cb07c7
|
|
| MD5 |
835d4a45c5aff2783cb5a4e49388c2a7
|
|
| BLAKE2b-256 |
553c9b888b761de39cd59093c60c6443bc463e654c1795e73174c4d6efcddf28
|
File details
Details for the file heic_to_jpeg_converter-1.0.4-py3-none-any.whl.
File metadata
- Download URL: heic_to_jpeg_converter-1.0.4-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dbd8f66d4cc6cc02afd585c61a6ced2cd691de4c3559f31b66c04f35750353a5
|
|
| MD5 |
4c3995507aa14c0ffbfb5d45d72ff0d5
|
|
| BLAKE2b-256 |
884fdffa22bb6add9474f14dd222059df8034a2c349a9608f106418b332c0276
|