Skip to content

alexqem/IphoneHeicCompress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

iPhone Photo Compressor

This repository contains a Python script to compress iPhone photos from HEIC format to highly optimized JPEG format. The script uses multithreading to process multiple images efficiently.

Features

  • Converts HEIC images to JPEG.
  • Resizes images to a maximum side length of 1600 pixels.
  • Adjusts sharpness, vibrance, and saturation.
  • Compresses images to a maximum size of 1MB.
  • Uses multithreading for faster processing.

Requirements

  • Python 3.6+
  • Pillow
  • Pillow-HEIF
  • Pieexif
pip install pillow pillow-heif pieexif

Installation

  1. Clone the repository:

    git clone https://github.com/alexqem/IphoneHeicCompress.git
    cd IphoneHeicCompress

About

# iPhone Photo Compressor HEIC to JPG (webp)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages