watermark images on the fly with a twist

HTML, CSS and anything else that deals with client side capabilities.

Moderator: General Moderators

Post Reply
koguee
Forum Newbie
Posts: 18
Joined: Thu Aug 14, 2008 5:13 am
Location: Philippines
Contact:

watermark images on the fly with a twist

Post by koguee »

i wonder if possible, put watermark on images when they are shown on the browser but the original file residing in the server are not watermarked? any links or tutorials about this specifict topic. thanks much.
User avatar
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Re: watermark images on the fly with a twist

Post by pickle »

You can automatically generate the watermark & place it on the image that is sent to the browser.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
User avatar
daedalus__
DevNet Resident
Posts: 1925
Joined: Thu Feb 09, 2006 4:52 pm

Re: watermark images on the fly with a twist

Post by daedalus__ »

google returns a million billion results on the subject

http://articles.sitepoint.com/article/w ... images-php#

but personally id jump in to the reference
Post Reply