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)
- File conversion and EXIF access is powered by Wand (an ImageMagick binding)
- UI is built using Qt
- Multithreading is implemented using QtThread methods