https://github.com/linchuming/heif2jpg
HEIF to JPG using Python
https://github.com/linchuming/heif2jpg
Last synced: 2 months ago
JSON representation
HEIF to JPG using Python
- Host: GitHub
- URL: https://github.com/linchuming/heif2jpg
- Owner: linchuming
- License: mit
- Created: 2023-08-23T09:02:33.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-23T09:25:09.000Z (almost 2 years ago)
- Last Synced: 2025-04-11T00:59:34.664Z (2 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HEIF2JPG
HEIF to JPG using Python## Setup
`pip install -r requirements.txt`## Usage
```shell
# process multiple HEIF files
python heif2jpg.py INPUT_DIR OUTPUT_DIR# process the specified HEIF file
python heif2jpg.py INPUT.HEIC OUTPUT.JPG
```