I want to add a watermark to thumbnails on-the-fly as they load up. Not create them as temp, and replace them permanently. Just to "show" with a watermark.
Is there a special means of doing this?
Can you watermark an image on the fly - without replacing it
Moderator: General Moderators
-
simonmlewis
- DevNet Master
- Posts: 4435
- Joined: Wed Oct 08, 2008 3:39 pm
- Location: United Kingdom
- Contact:
Can you watermark an image on the fly - without replacing it
Love PHP. Love CSS. Love learning new tricks too.
All the best from the United Kingdom.
All the best from the United Kingdom.
Re: Can you watermark an image on the fly - without replacin
"Special"? Not really. It depends exactly how you're watermarking now, but basically the only difference is that you output the image instead of saving it to a file.
-
simonmlewis
- DevNet Master
- Posts: 4435
- Joined: Wed Oct 08, 2008 3:39 pm
- Location: United Kingdom
- Contact:
Re: Can you watermark an image on the fly - without replacin
Yeah.
I've gone for the "background image in a DIV" with foreground image as a transparent worded-image. Seems to work.
I've gone for the "background image in a DIV" with foreground image as a transparent worded-image. Seems to work.
Love PHP. Love CSS. Love learning new tricks too.
All the best from the United Kingdom.
All the best from the United Kingdom.