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 unless target folder provided in flags.

Thanks to this link.

Installing prerequisites

  1. Install libheif via Homebrew

Homebrew

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

Libheif

brew install libheif
pip install heic-to-jpeg-converter

Usage

Convert everything in current folder and store in /converted

jpeg-converter convert

Find all files in the Downlaods folder and save them in current directory

jpeg-converter convert -s ~/Downloads -t .

Testing Locally

  1. Create a virtualenv
python3 -m venv env
  1. Activate the virtual environment
source env/bin/activate
  1. Use script
development.sh

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.3.tar.gz (3.7 kB view hashes)

Uploaded Source

Built Distribution

heic_to_jpeg_converter-1.0.3-py3-none-any.whl (4.0 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