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 (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] watermarks

2001-07-07 Thread Jon Yaggie

well i understand that this is normally a digit signature involved.  That is
why i am concerned about dynamic creation.  looking through the image
functions i dont actually see a obvious function that would do such a thing.
Can you please tell me what and how if this is simple.  thank you




Thank You,

Jon Yaggie
www.design-monster.com

And they were singing . . .

'100 little bugs in the code
100 bugs in the code
fix one bug, compile it again
101 little bugs in the code

101 little bugs in the code . . .'

And it continued until they reached 0


- Original Message -
From: "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 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 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
> >  imagestring (int im, int font, int x, int y, string s, int col)
> >
> > that is if you have the GD lib installed.
> >
> > Susan
> >
> >
> > --
> > PHP General Mailing List (http://www.php.net/)
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > To contact the list administrators, e-mail: [EMAIL PROTECTED]
> >
> >
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




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 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
>  imagestring (int im, int font, int x, int y, string s, int col)
>
> that is if you have the GD lib installed.
>
> Susan
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




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 
 imagestring (int im, int font, int x, int y, string s, int col)

that is if you have the GD lib installed.

Susan


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




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]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, July 07, 2001 9:36 PM
Subject: [PHP] watermarks


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?




Thank You,

Jon Yaggie
www.design-monster.com

And they were singing . . .

'100 little bugs in the code
100 bugs in the code
fix one bug, compile it again
101 little bugs in the code

101 little bugs in the code . . .'

And it continued until they reached 0





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]