Skip to main content

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.

Thanks to this link.

Installing prerequisites

  1. Install Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  1. Install Python3

  2. Create a virtualenv

python3 -m venv env
  1. Activate the virtual environment
source env/bin/activate
  1. Install all the requirements

To install the libeheif Python package you first need to install libheif

brew install libheif

This command should be able to install everything now.

pip3 install requirements.txt
  1. Run the script
python3 convert.py

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

heic-to-jpeg-converter-1.0.1.tar.gz (3.3 kB view hashes)

Uploaded Source

Built Distribution

heic_to_jpeg_converter-1.0.1-py3-none-any.whl (3.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page