You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Convert the photo from HEIC to JPG format
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.