Skip to content

Small .exe to batch convert .heic to .jpg; place in any image folder.

Notifications You must be signed in to change notification settings

cckalen/heictojpeg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HEIC to JPEG Converter

A simple and lightweight executable for converting .heic files to .jpg.

Description

During a flight/travel, driven by the frustration of not finding an efficient free tool, I wrote this program to convert .heic images to .jpg. Simply place it in a directory with .heic files, and on execution, it will save the converted .jpg images in a "jpegs" subfolder. It's written with concurrency and multi-threading for optimized performance.

Features

  • Converts .heic files to .jpg format.
  • Automatically detects .heic files in the current directory.
  • Saves the converted .jpg files in a dedicated subfolder.
  • Extremely fast, utilizing multi-threading and concurrency.
  • Provides a log file with details of the conversion.

Usage

  1. Download the executable(.exe) in the repo.
  2. Place the executable in a directory containing .heic files.
  3. Run the executable.
  4. Check the jpegs subfolder for the converted .jpg images.

Sample Output

Here's a snippet from a typical logs.txt generated by the program:

.
.
.
IMG_0267.HEIC==IMG_0267.HEIC 1.2MB > Converted > jpegs/IMG_0267.jpg 1.0MB
IMG_0719.HEIC==IMG_0719.HEIC 977.9KB > Converted > jpegs/IMG_0719.jpg 953.0KB

325 Files 
Total time taken: 27s 220ms
Average time per file: 0s 83ms

Total HEIC files size: 311.0MB
Total JPEG folder size: 280.4MB

Source

Fork this repo and customize it to your needs.

License

This project is open-source and free for public use. Fork, modify, and distribute as you see fit.

About

Small .exe to batch convert .heic to .jpg; place in any image folder.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages