Skip to content

A Python program to convert HEIC files to JPG and other formats

License

Notifications You must be signed in to change notification settings

ASlicedBreaad/HEICON

Repository files navigation

HEICON

What does it do ?

HEICON allows at its core, to convert HEIC images to .JPG ones.

Currently it's possible to convert them to .PNG and .JPG

Requirements

Python3.6+

Installation

pip install -r requirements.txt

Usage

python heic-to-jpg.py

To see the list of available commands, do:

python heic-to-jpg.py --help

To Debug or test the app, a sample image is provided in debug_resources

To run a debug, make sure the PATH provided or if none is provided, the folder where the program is being executed contains the debug_resources/sample1.heic file

To Debug, simply enter

python heic-to-jpg.py --debug

To-do

  • Add multi-processing
  • Make an executable app on either Linux or Windows
  • Add a GUI

About

A Python program to convert HEIC files to JPG and other formats

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages