jurgen-kluft / Golem

Golang exif reader
MIT License
6 stars 2 forks source link

Removing metadata from images #1

Open kavimaluskam opened 6 years ago

kavimaluskam commented 6 years ago

Thanks for your work @jurgen-kluft , i have tried to put your code in my own project for metadata retrieving in a golang web server in works nice.

I am thinking to do metadata removing, mind if i ask if you have any idea / suggestion on that?

jurgen-kluft commented 6 years ago

Hi Alex,

Well Golem was designed with a read-only consideration, however after some thinking it is true that all of the code knows the layout of the data that was read. A quick way to 'remove' meta-data is to setup a 'write path; in the same way as the 'read path' but able to skip writing certain pieces of meta data.

Quick question: Do you know which meta data you want to remove ?

Jurgen

On Tue, 21 Aug 2018 at 12:08, Alex Kam notifications@github.com wrote:

Thanks for your work @jurgen-kluft https://github.com/jurgen-kluft , i have tried to put your code in my own project for metadata retrieving in a golang web server in works nice.

I am thinking to do metadata removing, mind if i ask if you have any idea / suggestion on that?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/jurgen-kluft/Golem/issues/1, or mute the thread https://github.com/notifications/unsubscribe-auth/AHMMjYet-k3E9NLu-onRgv0h0444QRboks5uS4eugaJpZM4WFEnn .