Convert HEIC images to JPEG from Python or the command line.
Project description
pyheic
Python package to convert .heic / .heif images into .jpg.
Install
pip install pyheic
For local development:
pip install -e .
CLI usage
heic2jpeg input.heic
heic2jpeg input.heic --output output.jpg --quality 90
Python usage
from pyheic import convert_heic_to_jpeg
output = convert_heic_to_jpeg("input.heic", quality=90)
print(output)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyheic-1.0.0.tar.gz
(4.7 kB
view details)
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 pyheic-1.0.0.tar.gz.
File metadata
- Download URL: pyheic-1.0.0.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a2022098188a728b9ec8314d81ef0192816800ad3f0414b162779c55ec405583
|
|
| MD5 |
675915c94a51ff0239bd1d6b5cd53da6
|
|
| BLAKE2b-256 |
c41a96878f786fad9ac68de1f2a88bd09f8da54bfb72afdd2e64d2ea8c511b4a
|
File details
Details for the file pyheic-1.0.0-py3-none-any.whl.
File metadata
- Download URL: pyheic-1.0.0-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d53e0c51622138dd56b8d126dadc12009a147f179d349c9cc650f3c8360e04ef
|
|
| MD5 |
78054010d1b1fdebf78981808d971280
|
|
| BLAKE2b-256 |
f0f39e02fa1afc34550a9c365ee3395c88b6e81132c396a92ca834cd89788ddc
|