reynico / raspberry-noaa

Fully automated ISS SSTV, NOAA and Meteor satellite image downloader using Raspberry PI
https://github.com/reynico/raspberry-noaa
GNU General Public License v3.0
180 stars 56 forks source link

Request: add watermark to images #59

Closed skuske closed 3 years ago

skuske commented 3 years ago

It would be cool if there was an option to add a text string watermark to the generated images.

Thanks for this cool project! :o)

reynico commented 3 years ago

Hi @skuske !

Right now the images are watermarked by annotation as on https://github.com/reynico/raspberry-noaa/blob/master/receive_meteor.sh#L75

Is this what you're looking?

skuske commented 3 years ago

@reynico

Well, I would like the images to show a string like www.mywebsite.com to show where the images are coming from in case someone steals them. So, a string watermark or something. It would be perfect if the string could be set in the web fronend, alternatively during setup...

surfrod commented 3 years ago

these are public domain images supplied by NOAA satellites (except for METEOR), so what is the watermark supposed to indicate?

Watermarks are typically used for privately owned images.


From: Stefan Kuske notifications@github.com Sent: Friday, November 13, 2020 8:28 AM To: reynico/raspberry-noaa raspberry-noaa@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: Re: [reynico/raspberry-noaa] Request: add watermark to images (#59)

@reynicohttps://github.com/reynico

Well, I would like the images to show a string like www.mywebsite.comhttp://www.mywebsite.com to show where the images are coming from in case someone steals them. So, a string watermark or something. It would be perfect if the string could be set in the web fronend, alternatively during setup...

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/reynico/raspberry-noaa/issues/59#issuecomment-726764561, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AE7AIEORRIRWJ5PIRWO3TDDSPUX73ANCNFSM4TTB6KQA.

skuske commented 3 years ago

The watermark is supposed to indicate that the images were decoded by me and my setup, and not by someone else.

surfrod commented 3 years ago

I understand, but as far as I know decoding doesn't give you rights to the image since the source is public domain.

that said, you can add watermarks to anything you post... just saying by definition you don't "own" the image. YMMV 😄


From: Stefan Kuske notifications@github.com Sent: Friday, November 13, 2020 9:53 AM To: reynico/raspberry-noaa raspberry-noaa@noreply.github.com Cc: surfrod robert_switzer@msn.com; Comment comment@noreply.github.com Subject: Re: [reynico/raspberry-noaa] Request: add watermark to images (#59)

The watermark is supposed to indicate that the images were decoded by me and my setup, and not by someone else.

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/reynico/raspberry-noaa/issues/59#issuecomment-726808137, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AE7AIEI4XYS3CJFI3PWU4H3SPVB5BANCNFSM4TTB6KQA.

skuske commented 3 years ago

I do not claim any rights, I just want to show where the picture comes from. Anyway - I'll implement that on my own. Did not want to start any discussion on that.