Re: [PHP] watermarks

2001-07-07 Thread Todd Cary
I am using watermarks on the photos I put on the net ( http://www.floatographs.com), except I do it before I send them up. My procedure is to use some Delphi code I wrote implementing some grpahic primitives. Todd -- Todd Cary Ariste Software [EMAIL PROTECTED] -- PHP General Mailing List (h

Re: [PHP] watermarks

2001-07-07 Thread Jon Yaggie
om: "Chris Anderson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Sunday, July 08, 2001 10:50 AM Subject: Re: [PHP] watermarks > a watermark is not something ON an image. A watermark is the same as a > digital signature so you know wh

Re: [PHP] watermarks

2001-07-07 Thread Chris Anderson
a watermark is not something ON an image. A watermark is the same as a digital signature so you know who created the piece - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, July 07, 2001 11:38 PM Subject: Re: [PHP] watermarks > on

Re: [PHP] watermarks

2001-07-07 Thread [EMAIL PROTECTED]
on 7/7/01 11:27 PM, Chris Lambert - WhiteCrown Networks at [EMAIL PROTECTED] wrote: > I am afraid I am completely stupid in the way that watermarks > work(researching now). however I need to know quickly if I can dynamically > apply a watermark to an image using PHP. Any one know? Just use

Re: [PHP] watermarks

2001-07-07 Thread Chris Lambert - WhiteCrown Networks
If the image is on a local server, you could just overlay the watermark with GD or ImageMagick. /* Chris Lambert, CTO - [EMAIL PROTECTED] WhiteCrown Networks - More Than White Hats Web Application Security - www.whitecrown.net */ - Original Message - From: Jon Yaggie <[EMAIL PROTECTED]>