logoalt Hacker News

jmclnxlast Tuesday at 1:54 PM0 repliesview on HN

I believe if you put photos out on the WEB, at the very least use exiv2 to add a some kind of copyright and strip out telemetry if any exists. Who knows any company pays attention to this, but at least I know it is "protected" :)

This is the file I used for exiv2:

    #
    # To apply to a Pic do:
    #    $ exiv2 -m copyright.txt <file>
    #
    # This should blank personal id info
    #
    set Exif.Image.Model " "
    set Exif.Image.Make " "
    add Exif.Image.Copyright Ascii "Copyright (c) 2026 MYNAME MYEMAIL"
    set Exif.Photo.UserComment "Can be shared using Creative Commons Attribution-ShareAlike 4.0 International Licence https://creativecommons.org/licenses/by-sa/4.0/"