What's new

Watermark or copyright in corner?

Oh forgot to mention the disabling of right click breaks compatibility with firefox's tabs. Centre click now brings up the warning message if there is one even when i'm just trying to look at 2 gallerys at once. That is just a down right pain and I usually give up surfing the website at that point.

I absolutely agree. I refuse to look at websites with right-click protection. It just says something about the photographer or web designer that I don't agree with.
 
What I think even worse, is the message you get upon right-clicking! Sopme people customise it to "Don't steal my images." or "Nasty nasty!".

This really tells something about that person. And it tells he does not know much about computers.
 
They can also View the source html of the page and then just look for the photo they want or have a download manager download every picture on the site.

Now that I think about it..if you hit CTRL+S in your browser and save the page, a display version is saved to the HD completely bypassing it.


My first batch of photos that I ever posted online, I watermarked. But now, I just leave them as is and work on the honor system. Personally, I don't mind if people use my work, as long as it's not for a commercial purpose or anything that generates revenue.
 
i personally dont do either because i take pictures for fun and dont mind others having full access to them, but the closest thing you can do to protecting it other than watermarking which detracts from the piocture is limit the size of the picture.

an interesting experience was a fellow student in my photography class was into dirt biking and would take pictures at the events he went to. he also frequented sites that had information and products about dirt bikes. he (like many of us) uploaded the full qualities to flickr. about a month after an event he ran across a website selling posters that were made from one of his pictures. it was a bit of a shock, and he now limites his upload size
 
It's just a hobby for me, I don't care if someone copies my image.

...so far at least. I have yet to find someone steal one of mine.
 
It's just a hobby for me, I don't care if someone copies my image.

...so far at least. I have yet to find someone steal one of mine.

wait until you find one of your images, taken without giving you any credits.
I used to think like you, but when it happens, you start to change your way of thinking.
 
couple codes for you websites if you like.

Secure your website with JavaScript
"NO RIGHT CLICK" for Images

-----------------------------------------------------------------
<script language="JavaScript">
//<!-- var popup="Sorry, right-click
is disabled.\n\nThis Site Copyright ©2000"; function noway(go) { if
(document.all) { if (event.button == 2) { alert(popup); return false; } } if (document.layers)
{ if (go.which == 3) { alert(popup); return false; } } } if (document.layers)
{ document.captureEvents(Event.MOUSEDOWN); } document.onmousedown=noway; // -->
</script>
-----------------------------------------------------------------


Script For "NO RIGHT CLICK" for Source
-----------------------------------------------------------------
<script language="JavaScript1.1">
// <!-- var debug = true; function
right(e) { if (navigator.appName == 'Netscape' && (e.which == 3 || e.which
== 2)) return false; else if (navigator.appName == 'Microsoft Internet Explorer'
&& (event.button == 2 || event.button == 3)) { alert('This Page is fully
protected!'); return false; } return true; } document.onmousedown=right; if (document.layers)
window.captureEvents(Event.MOUSEDOWN); window.onmousedown=right; //--></script>
-----------------------------------------------------------------


Disable Copy and Paste for greater website security
-----------------------------------------------------------------
ondragstart="return
false" onselectstart="return false"
-----------------------------------------------------------------
 
I knew about IOCCC, but not about the javascript one.:hail:
Just what Alex_B was looking for I presume... :biggrin:
The last one... Thanks a lot, you made my day.
 
wait until you find one of your images, taken without giving you any credits.
I used to think like you, but when it happens, you start to change your way of thinking.

Worse yet...It's scary to think that if they were your personal pictures that people may do something creepy like assume your identity! Remember the Net?

-S
 
Photowatermark Pro is what I use, can do just one picture or batch them.

Pretty cool program can make several watermark logos select which one you want.
 
Hey thanks, I'll try it out.........I feel the same way about never leaving home without my camera, This is my first full week of having a DSLR and I think I'm really gonna like photography..... click my link below and check out my fisrttime shots
 
Hello,

I use ImageMagick for framing, resizing, watermarking,... You can watermark with text or image. This is perfect for batch process. I think there is also a GUI, but never tried.
 
You can watermark all the photos you export in Lightroom as well. Even upload custom watermarks or just have it done by text.
 

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account on our community. It's easy!

Log in

Already have an account? Log in here.

New Topics

Back
Top Bottom