/heic2jpg

Primary LanguagePython

HEIC to JPG/PNG converter

Application for converting HEIC-image files used by (Apple IPhones) to regular JPG or PNG files

Screenshot

Usage

Command line: python3 heic2jpg_cli.py [file or folder] [output_format: jpg or png]

GUI: drag and drop files or folders into the window

Requirements

  • pillow_heif
  • PyQt6 (for the GUI)

Future improvements

  • include other input/output file formats