anderbggo / GooglePhotosMatcher

Google Photos metadata fixer
200 stars 16 forks source link

file size reduced #8

Open shukryshuk opened 1 year ago

shukryshuk commented 1 year ago

why my image file size reduced?? most of my image is 20Mb+,,, after i run this, all reduced to 5Mb+

memehammad commented 11 months ago

same issue here, any fix?

Jonayb commented 1 month ago

The image is converted to RGB, I think it has to do with that. That also removes most of the existing metadata for me. Remove those convert lines, recompile to .exe and the issue is fixed (at least for me).

anderbggo commented 1 month ago

Hi @Jonayb,

If you want to propose changes to the original repo I recommend you to make a PR.

I will review it and merge if works as expected.

Thank you :)

Jonayb commented 1 month ago

@anderbggo I have made some significant changes and forked your project to https://github.com/Jonayb/metadata-matcher/. I think I changed it too much to reflect my preferences for a PR 😆.