Re: image help

2010-03-31 Thread Chris
Is it possible to lay a watermark Image on top of the image I already have on my page or do I have to edit each photo in Photoshop or something like that to lay a watermark over it? Thanks! On Mar 29, 10:15 pm, abhiram wuntakal abhir...@gmail.com wrote: Hey I have this not-so-technical work

Re: image help

2010-03-31 Thread Sripathi Krishnan
You can use any image manipulation software in batch mode to process all images at one go. Alternatively, if you are serving images via servlet, you can use the java image libraries to add the watermark. If you google around, you should find a lot of ways to add a watermark to multiple images in

image help

2010-03-29 Thread Chris
does anyone know if there is a way to disable someone from right clicking on an image and being able to save it? i am trying to make an application where people can purchase images but if they can just right click it and Save Image As there isn't any point. Any suggestions would be great.

Re: image help

2010-03-29 Thread Sudeep S
i am not sure if this is a right approach...how about placing a transparent div over the image. would that work. On Tue, Mar 30, 2010 at 12:22 AM, Chris thechris...@gmail.com wrote: does anyone know if there is a way to disable someone from right clicking on an image and being able to save it?

Re: image help

2010-03-29 Thread Sripathi Krishnan
but if they can just right click it and Save Image As there isn't any point. Disabling right click is no solution. Its trivial to figure out the link of the image and then download it directly. Div overlays also won't help. As long as the user can see it, there is always going to be a way for

Re: image help

2010-03-29 Thread abhiram wuntakal
Hey I have this not-so-technical work around for u. Apply a Mouse over handler for the image. on a mouse-over, just change the image to some other image (probably a smaller one which says Dude, U cant download this!!!) and again on a Mouse-out bring back the original image. Guess that will