Skip to content

ericghara/ImDroid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ImDroid

Overview

ImDroid allows iPhone users to harmoniously share photos with their Android friends by converting photos into a more Android friendly format. ImDroid works quickly, utilizing multithreading to significantly reduce conversion speed vs. most common image converters.

To "Androidize" photos ImDroid does 2 things:
  1. Convert the photo from HEIC to JPG format
  2. Rename the photo based on the date it was taken (instead of sequentially)

What's under the hood?

  • File conversion and EXIF access is powered by Wand (an ImageMagick binding)
  • UI is built using Qt
  • Multithreading is implemented using QtThread methods

Requirements

In addition to python packages listed in the requirements.txt, ImageMagick must be installed.

About

Androidize iPhone photos

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages