Skip to content

Recursive conversion of directories containing HEIC images to JPG using ImageMagick

License

Notifications You must be signed in to change notification settings

qurbat/heic2jpg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

heic2jpg

Convert HEIC image files to JPG using Python and ImageMagick

Requirements

  • Python
  • ImageMagick

Usage

I created this tool to work with .HEIC image files retrieved from the backup of devices running iOS.

The heic2jpg.py script can be copied to a directory containing .HEIC image files. The tool will look for images in subdirectories within the current working directory.

python heic2jpg.py

This command will start the process of converting any HEIC media present in the working directory (as well as any sucyh media in subdirectories) to the JPG file format using ImageMagick.

About

Recursive conversion of directories containing HEIC images to JPG using ImageMagick

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages