RSS/Atom feed Twitter
Site is read-only, email is disabled

automatically adding copyright

This discussion is connected to the gimp-user-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

3 of 3 messages available
Toggle history

Please log in to manage your subscriptions.

automatically adding copyright PhilPhoto 05 Aug 20:13
  automatically adding copyright Pat David via gimp-user-list 06 Aug 20:52
   automatically adding copyright PhilPhoto 06 Aug 21:30
2018-08-05 20:13:59 UTC (over 5 years ago)
postings
6

automatically adding copyright

Some other programs (ie: Lightroom) have a nice simple checkbox option to add copyright notice to all exported files.

Is there a way to either add a watermark, or at minimum, set the EXIF Copyright data, appropriately, and automatically? I would be happy to install a plugin if one was required. However, I have had no luck even searching for a plugin for this.

Pat David via gimp-user-list
2018-08-06 20:52:26 UTC (over 5 years ago)

automatically adding copyright

I'm not a fan of watermarks personally, but it's something you could do manually:

https://www.youtube.com/watch?v=n4OBn5DJdjk

Some folks have even gone so far as to make a "copyright" brush that they can use to stamp directly onto any images. If you need to do this for many images quickly you can use Imagemagick:

https://discuss.pixls.us/t/annotation-with-imagemagick-watermark-ish/1813

You can also use exiftool to add to the EXIF data:

exiftool -artist="Phil Harvey" -copyright="2011 Phil Harvey" a.jpg

On Mon, Aug 6, 2018 at 1:48 PM PhilPhoto wrote:

Some other programs (ie: Lightroom) have a nice simple checkbox option to add
copyright notice to all exported files.

Is there a way to either add a watermark, or at minimum, set the EXIF Copyright
data, appropriately, and automatically? I would be happy to install a plugin if one was required. However, I have had
no luck even searching for a plugin for this.

-- PhilPhoto (via www.gimpusers.com/forums) _______________________________________________ gimp-user-list mailing list
List address: gimp-user-list@gnome.org List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list List archives: https://mail.gnome.org/archives/gimp-user-list

https://patdavid.net
GPG: 66D1 7CA6 8088 4874 946D  18BD 67C7 6219 89E9 57AC
2018-08-06 21:30:04 UTC (over 5 years ago)
postings
6

automatically adding copyright

You can also use exiftool to add to the EXIF data:

exiftool -artist="Phil Harvey" -copyright="2011 Phil Harvey" a.jpg

Not a fan of commandline any more. I'm surprised there isnt a plugin, or better yet, a GIMP default itself, to do this. Thanks for the tip about the brush.
Found a quickie tutorial for this at https://youtu.be/fsdYymKi2HM?t=1m9s