Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
CLuksha #1
Protecting dynamically serverd images
This client (No I didn't design the site - only added a backend :)
[url]http://www.flyinghorsephoto.com/Proofs.cfm?ERID=1579[/url] is wanting his photos
protected as best as possible from theft. Mostly the unexperienced image
thief. Is there a solution to protect images on the fly as they are served
up by CF?
ANy ideas would be appreciated.
Thanks!
Chris
--
Chris Luksha
Echo Web Services
Making Your Website Resound
[url]www.echowebservices.com[/url]
CLuksha Guest
-
Protecting Images from Alteration
I am looking for a way to deliver my photo images on CD "locked" so that they cannot be changed, in any way, but they can be printed. The images are... -
Loading images dynamically
I have a slideshow that I am working on and the way the slideshow works is that it assigns any number of images i define to an array. problem is,... -
Resizing Images Dynamically
Hey everyone, I need help on how to resize an image to a specified width. Normally I would use something like... <cfoutput><img... -
Displaying images dynamically
i am trying to display images dynamically on a page based on a user selection from a previous page. i have tried so many ways to achieve this but i... -
Import images dynamically
if the number of images is fixed, then one could have linked external files, and just replace images with new file of the same name. the filename... -
Stressed_Simon #2
Re: Protecting dynamically serverd images
Unfortunately for the images to be displayed they will be cached on the users
machine.
You can always use JavaScript to disable right clicking. You can load a
transparent gif as the actual image and set the real image as a background of a
table cell, which means if they right click ans save image as they'll get the
gif.
My best suggestion is to use a Flash Movie and dynamically load the jpeg into
that.
All really tricky and time consuming.
Stressed_Simon Guest
-
stpaz #3
Re: Protecting dynamically serverd images
Hi Chris ,
the easiest way for your client to secure their images, is to watermark them
do a help search on whatever graphics program you use.
by simply plastering "Flying Horse Photo" in slightly transparent text on
pictures displayed ont he site will greatly reduce the chances of image theft.
stpaz Guest
-
CLuksha #4
Re: Protecting dynamically serverd images
Thanks all for the ideas. They are currently watermarking - somewhat.
I will look into the flash movie thing. The issue I have with the trans gif
is that I never know what size / scale the image will be until it is loaded
so I cant really guarantee the whole background image will show up without
creating another trans gif the must always be x height.
Thank you so much.
I will continue to look and if there are any other ideas - fire 'em off.
I don't know anything about Flash Movies. - tough work ?
Thanks!
Chris
--
Chris Luksha
Echo Web Services
Making Your Website Resound
[url]www.echowebservices.com[/url]
"CLuksha" <macromedia@echowebservices.com> wrote in message
news:d7kj3n$6ap$1@forums.macromedia.com...> This client (No I didn't design the site - only added a backend :)
> [url]http://www.flyinghorsephoto.com/Proofs.cfm?ERID=1579[/url] is wanting his photos
> protected as best as possible from theft. Mostly the unexperienced image
> thief. Is there a solution to protect images on the fly as they are
> served up by CF?
>
> ANy ideas would be appreciated.
>
> Thanks!
> Chris
>
> --
> Chris Luksha
> Echo Web Services
> Making Your Website Resound
> [url]www.echowebservices.com[/url]
>
CLuksha Guest
-
Stressed_Simon #5
Re: Protecting dynamically serverd images
Well if you don't know the image dimensions you are on a hyding to nothing. I
wouldn't recommend serving dynamic images unless they are all unform sizes or
at least within a know range. If they are not a uniform soze then you can't
easily go the flash route either.
In all honesty it sounds like watermarking is your only real option. To be
honest 72 DPI photos are only marginally useful anyway and protecting them is
pretty pointless, but as they say the customer is always right.
Good luck.
Stressed_Simon Guest
-
dempster #6
Re: Protecting dynamically serverd images
Any image that can be displayed in a web browser can be grabbed in one way or
another, even by inexperienced users (caching, screen printsor copies, etc.).
It appears that your client wants customers to preview proofs and then order
(and pay for) prints. The best way to prevent unauthorized copying is to use
lower quality images for the web site with a more intrusive text message
plastered on the image. I suspect if he makes it clear to customers that the
print is higher quality without the message, they will not be discouraged from
ordering.
-Paul
dempster Guest
-
externalError #7
Re: Protecting dynamically serverd images
i don't think there is a perfect solution to this issue. we can still take a screenshot of the page and crop the desired image with adobe photoshop.
externalError Guest
-
NuroTec #8
Re: Protecting dynamically serverd images
Yup, you can take screenshots of Flash movies as well so that's no help.
We have used the low-quality image with obnoxious watermark solution with good results.
NuroTec Guest



Reply With Quote

