Earlier quoted context omitted.
I'm not sure what you're suggesting. Change what hash? Of the image? I can't think of how that could help with removing a watermark.
jotato: I believe this can be defeated by tricking the watermarker in to generating 1000 distinct watermarks for the same image. azdle: That won't work, because "there's exactly one distinct watermark per image, so 1000 of the same image would have the same watermark." Kdparker: So subtle alter the image, to trick the watermarker in to thinking the image isn't the same, thus generating more distinct watermarks for th…
Making Visible Watermarks More Effective
81–90 of 98 posts
Re: Making Visible Watermarks More Effective
#82Earlier quoted context omitted.
Indeed. But the practice has somewhat backfired. Some members of the general public now erroneously believe that any image lacking a watermark is a public works. For one specific anecdote, a local popular bar lifted an image of their establishment found on Flickr and used it in their marketing materials (posters mostly). When contacted about this by the photographer, the establishment claimed due to the lack of water…
It's odd that, in this day and age of ubiquitous and cheap yet very good cameras, the owner or one of the employees didn't just take the photo themselves.
Re: Making Visible Watermarks More Effective
#83Re: Making Visible Watermarks More Effective
#84I'll push for this again, https://github.com/ibudiallo/imgcopyright
Html has a lot of meta attribute, why not one for copyright.
Re: Making Visible Watermarks More Effective
#85Earlier quoted context omitted.
cool - downvotes for asking a question. Real nice guys. I didn't downvote you, but I suspect at this point people are a bit fed up of the constant suggestions of using the Blockchain for everything.
Ugh - if that's the case this place is less open to discussion than I thought. I was honestly curious if it could be a possible application for a technology that people constantly complain has no use. Oh well, keep em coming. The downvotes only make me stronger ;)
Don't take downvotes so personally, they're more about weeding out bad ideas from good ones than a reflection of your worth to the community, this isn't reddit where we care about karma count. If you fix up your comment instead of complaining you might see those downvotes get reversed (I've had that a number of times).
Re: Making Visible Watermarks More Effective
#86Sometimes the problem is that you just can't know the copyright on an image. I'll push for this again, https://github.com/ibudiallo/imgcopyright Html has a lot of meta attribute, why not one for copyright.
Bits have no color.
Re: Making Visible Watermarks More Effective
#87It seems the problem here is that the watermark is transparent, and thus still contains information about the original image. Similar to how if you want to censor a part of an image, you should always use a single solid color because e.g. a blur can be inverted. But I guess that would degrade the quality of the watermarked photo too much.
Re: Making Visible Watermarks More Effective
#88It seems the problem here is that the watermark is transparent, and thus still contains information about the original image. Similar to how if you want to censor a part of an image, you should always use a single solid color because e.g. a blur can be inverted. But I guess that would degrade the quality of the watermarked photo too much.
People do sometimes use small, non transparent watermarks. If they are small enough though, then the person copying just overlays their own. Or uses automated inpainting to approximate what's underneath.
Re: Making Visible Watermarks More Effective
#89Earlier quoted context omitted.
Averaging will still provide the average watermark given a large enough sample set. Which is then a single geometric transformation from the used watermark. Estimating that transformation for a specific image should be fairly straightforward as they could easily reverse a watermark that was offset. At which point it's reversible.
Not really, because in each image parts of the watermark will be in different places. You don't even need to warp the watermark to achieve that, it's enough to randomly reposition it.
Re: Making Visible Watermarks More Effective
#90Sometimes the problem is that you just can't know the copyright on an image. I'll push for this again, https://github.com/ibudiallo/imgcopyright Html has a lot of meta attribute, why not one for copyright.
how can the copyright be verifiable? If somebody copied an image, then put _their own_ copyright attribute on it, who becomes the responsible party when a lawsuit happens when that image is misused? Bits have no color.
I wonder if some kind of a decentralized system could be made to automatically register published images, so that first registration could be reliably proven. Not that first publication equates to copyright, but that would solve part of the problem.