Reply #3 - February 18, 2010, 10:18:22 AM
With the right mix of PHP, HTML, and CSS it would also be possible to have a banner across the bottom of an image with your company name or web link that didn't show up on your site but is there if they save the image or link directly to it. It would be really easy to crop out though. Still not ideal I guess.
The coding for this could get a little hinky, but it should also be possible to write a script that actually serves the image instead of directly linking to the JPG. Then, before displaying the image look at the page that's referring to the image and make sure there's a link. No link, display another image. That has the potential to make your server get really busy though if an image is linked from a popular page. Could always be cached I suppose.
Just throwing out ideas. Don't know how workable they would be in practice

What it comes down to though is that the images are going to be out there whether you want them to be or not. They can either post a crappy scan from a pebbled print or can post an image you've sized so that it looks good on the web.

Logged