|
|
| Welcome to the Mac Forums forums. Please read the FAQ if you have questions. Register to participate. |
|
|||||||
| TouchArcade.com - iPhone Game Reviews and News |
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
|
#1 |
|
macrumors 6502
|
Keeping a photo from being saved
Hey guys,
A website I frequent was given an exclusive photo, problem is TPTB don't want it to be saved by *anyone*. In the past I've just disabled the right click function in cases like this, but does anyone know of a better, fool-proof option? Thanks, allison.
__________________
• imac intel core 2 duo | 2.0ghz | 1GB | 160GB • macbook intel core 2 duo | 1.83GHz | 512MB | 60GB • ipod nano | silver | 2GB • ipod | 20GB | 4G Last edited by allisonv7 : Jul 9, 2005 at 01:37 AM. |
|
|
|
|
|
#2 |
|
Demi-God (Moderator)
Join Date: Mar 2004
Location: Andover, MA
|
Unfortunately, if it can be displayed at all (which it must be, else it's worthless as a photo), someone could at least grab a screen capture of it.
So, no, there's no way I can think of to stop a photo from being copied. You could always add a watermark to it to make it obvious where it came from, but I think that's all you can do.
__________________
You'll be the one moaning for me to give you some. - THC(taken out of context)
|
|
|
|
|
|
#3 |
|
Demi-God (Moderator)
|
even disabling the right click doesn't help - you could just look at the code and load it up in a window all by itself. You can modify it, but that might detract from the image.
What are you using it for? D
__________________
"Klaatu varada nikto!"
|
|
|
|
|
|
#4 |
|
macrumors 65816
Join Date: Jan 2005
Location: squarefrog.co.uk
|
slightly more secure would be using flash. you cant find where the photo is stored when using flash.
but you can still save the image by taking a screenshot. I agree with the watermarking, but if you are truely worried about someone using the picture, then dont put it on your site. you cant stop people copying it. if you do decide to do the watermark option, it really needs to be visible - written across an important part of the image to discourage cropping to get rid of the watermark. once again to stress my point - a determined thief will get your image by any means necessary. |
|
|
|
|
|
#5 | |
|
Banned
Join Date: Jan 2005
|
Quote:
|
|
|
|
|
|
|
#6 |
|
macrumors 68020
Join Date: Jan 2005
|
dont put it online or totally edit it, like make it smaller, crop certain parts, change colors...
nothing else really works. |
|
|
|
|
|
#7 |
|
Demi-God (Moderator)
Join Date: Oct 2002
Location: The Bamboo Forest
|
Doesn't make it unsaveable but...
On IMDB.com what they do if they make a table and put the photo as the background image for the table. Then they place a stretched 1x1 transparent image in the cell of the table as the tables data. You can see an example of it here: http://www.imdb.com/gallery/ss/01209...th_key=0120917 Or anywhere on their site for that matter. Here is the code. The photo in the TABLE tag is the real photo and the photo in the IMG tag is the transparent gif. I thought it was pretty clever... but of course, not clever enough. Code:
<table border="0" cellpadding="0" cellspacing="0" background="http://i.imdb.com/Photos/Ss/0120917/2" class="photosrc"> <td> <img src="http://i.imdb.com/mptv1.gif" border="0" width="450" height="288"> </td> </table>
__________________
Happy Slapsgiving! |
|
|
|
|
|
#8 | |
|
macrumors 6502a
Join Date: Oct 2004
Location: UK
|
Quote by SilentPanda:
Quote:
However, you can still look at the code (view source) and pick out the image that way - as I've just done with the image in the example quoted. I'm not a Flash expert, but maybe its possible to use the transparent overlay technique in Flash as well. Taking screenshots is difficult to counter, though of course the resultant image is only the same res as the screen, so no good for print work. |
|
|
|
|
|
|
#9 |
|
Thread Starter
macrumors 6502
|
Hmmm...I think the option that IMDB.com uses is going to be the best bet, and maybe adding a watermark too. I didn't even think about screen grabs
![]() Thanks for all the help. ![]() allison.
__________________
• imac intel core 2 duo | 2.0ghz | 1GB | 160GB • macbook intel core 2 duo | 1.83GHz | 512MB | 60GB • ipod nano | silver | 2GB • ipod | 20GB | 4G |
|
|
|
|
|
#10 | |
|
Demi-God (Moderator)
Join Date: Oct 2002
Location: The Bamboo Forest
|
Quote:
__________________
Happy Slapsgiving! |
|
|
|
|
|
|
#11 | |
|
Banned
Join Date: Jan 2005
|
Quote:
|
|
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|