ericghara / ImDroid

Androidize iPhone photos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 100.0%