|
Posted by BKDotCom on 11/10/06 16:47
well... your message doesn't make much sense..
But the answer is no.
I think the word you're looking for is "transfer", not copy.
If you don't want to send the full-sized image and resize it on the
client's end (bandwidth and aliasing issues), you'll need to transfer
separate thumbnails. Of course, the thumbnails can be generated on the
fly (and cached on your server). Then when the client requests the
full sized ver, send them the full sized version.
What's the issue?
mantrid wrote:
> Hello
> Is there a way to prevent users copying a full size image from a web page.
> Displaying the image with a smaller width and height only affects the image
> as viewed, the actual full size image file is still downloaded. I know I can
> get around it by having two versions of an image, the full size one and a
> smaller on for display purposes. but is there a way around having to have
> two images and use the full ssize one and stop it being copied or if copied
> will only be a thumbnail?
>
> thanks in advance
[Back to original message]
|