Register FAQ/Rules Forum Spy Search Today's Posts Mark Forums Read

Welcome to the Mac Forums forums. Please read the FAQ if you have questions. Register to participate.

 
Go Back   Mac Forums > Special Interests > Design and Graphics
TouchArcade.com - iPhone Game Reviews and News

Reply
 
Thread Tools Search this Thread Display Modes
Old Jun 10, 2005, 01:23 PM   #1
allisonv7
macrumors 6502
 
Join Date: Jul 2004
Location: Indy
Send a message via AIM to allisonv7 Send a message via Yahoo to allisonv7
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.
allisonv7 is offline   Reply With Quote
Old Jun 10, 2005, 01:32 PM   #2
jsw
Demi-God (Moderator)
 
jsw's Avatar
 
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)
jsw is offline   Reply With Quote
Old Jun 10, 2005, 01:41 PM   #3
Mr. Anderson
Demi-God (Moderator)
 
Mr. Anderson's Avatar
 
Join Date: Nov 2001
Location: Back in VA
Send a message via AIM to Mr. Anderson
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!"
Mr. Anderson is offline   Reply With Quote
Old Jun 10, 2005, 03:08 PM   #4
pulsewidth947
macrumors 65816
 
pulsewidth947's Avatar
 
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.
pulsewidth947 is offline   Reply With Quote
Old Jun 10, 2005, 03:12 PM   #5
MontyZ
Banned
 
Join Date: Jan 2005
Quote:
Originally Posted by allisonv7
Hey guys,

I work on this website that 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?
The only fool-proof option is to not put the photo online. Otherwise, if the photo can be displayed, it can be captured.
MontyZ is offline   Reply With Quote
Old Jun 10, 2005, 03:44 PM   #6
dotdotdot
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.
dotdotdot is offline   Reply With Quote
Old Jun 10, 2005, 03:57 PM   #7
SilentPanda
Demi-God (Moderator)
 
SilentPanda's Avatar
 
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!
SilentPanda is offline   Reply With Quote
Old Jun 10, 2005, 06:11 PM   #8
stevep
macrumors 6502a
 
Join Date: Oct 2004
Location: UK
Quote by SilentPanda:
Quote:
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
Yes - I've heard that this way is good, as right-clicking/saving results in a saved transparent gif, which would fool most picture thieves.
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.
stevep is offline   Reply With Quote
Old Jun 10, 2005, 06:27 PM   #9
allisonv7
Thread Starter
macrumors 6502
 
Join Date: Jul 2004
Location: Indy
Send a message via AIM to allisonv7 Send a message via Yahoo to allisonv7
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
allisonv7 is offline   Reply With Quote
Old Jun 14, 2005, 11:29 AM   #10
SilentPanda
Demi-God (Moderator)
 
SilentPanda's Avatar
 
Join Date: Oct 2002
Location: The Bamboo Forest
Quote:
Originally Posted by stevep
Quote by SilentPanda:
Yes - I've heard that this way is good, as right-clicking/saving results in a saved transparent gif, which would fool most picture thieves.
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.
I know you can get the image still and have done it... I just think it's a clever way of doing it for the non-html reader...
__________________
Happy Slapsgiving!
SilentPanda is offline   Reply With Quote
Old Jun 14, 2005, 04:17 PM   #11
MontyZ
Banned
 
Join Date: Jan 2005
Quote:
Originally Posted by stevep
Quote by SilentPanda:
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.
Rarely are photos published online at print-resolution quality anyway, so, this probably isn't an issue for those wanting to steal images. They usually just want to use them on another website, not print them.
MontyZ is offline   Reply With Quote

Reply

Mac Forums > Special Interests > Design and Graphics

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -5. The time now is 03:00 AM.

Mac News | Mac Rumors | iPhone Game Reviews | iPhone Apps

Powered by vBulletin® Version 3.6.10
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Copyright 2002-2009, MacRumors.com, LLC