An open API service indexing awesome lists of open source software.

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

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
```