RE: [PHP] Watermarking of images

2009-05-13 Thread tedd
At 4:39 PM -0400 5/12/09, Robert Cummings wrote: On Tue, 2009-05-12 at 16:31 -0400, tedd wrote: While your post dealt with [2] mine was addressing [1]. Understand? Except he already had that part working. He wanted to get the outline. You would know that if you read the full post since he

RE: [PHP] Watermarking of images

2009-05-13 Thread tedd
At 9:49 AM -0400 5/13/09, Robert Cummings wrote: In the interest of increasing my rightness ratio, I'd just like to point out that I'm not always right :) Check the weather channel -- a cold front is being reported in Hell. Cheers, tedd -- --- http://sperling.com

RE: [PHP] Watermarking of images

2009-05-12 Thread tedd
At 12:27 PM -0700 5/11/09, Daevid Vincent wrote: Here's an example with code: http://webbytedd.com/b/watermark/ I can't read the text over the dog's nose... ;) You're lucky. I don't see ANYTHING (as mentioned weeks ago already)... XP. FF 3.0.10 and IE 6. BOTH do not work. FF

RE: [PHP] Watermarking of images

2009-05-12 Thread Daevid Vincent
yep. works in both now. :) -Original Message- From: tedd [mailto:tedd.sperl...@gmail.com] Sent: Tuesday, May 12, 2009 6:55 AM To: php-general@lists.php.net; Daevid Vincent Subject: RE: [PHP] Watermarking of images At 12:27 PM -0700 5/11/09, Daevid Vincent wrote: Here's

RE: [PHP] Watermarking of images

2009-05-12 Thread Robert Cummings
On Tue, 2009-05-12 at 09:54 -0400, tedd wrote: At 12:27 PM -0700 5/11/09, Daevid Vincent wrote: Here's an example with code: http://webbytedd.com/b/watermark/ I can't read the text over the dog's nose... ;) You're lucky. I don't see ANYTHING (as mentioned weeks ago

RE: [PHP] Watermarking of images

2009-05-12 Thread tedd
At 3:48 PM -0400 5/12/09, Robert Cummings wrote: On Tue, 2009-05-12 at 09:54 -0400, tedd wrote: At 12:27 PM -0700 5/11/09, Daevid Vincent wrote: Here's an example with code: http://webbytedd.com/b/watermark/ I can't read the text over the dog's nose... ;) You're lucky. I

RE: [PHP] Watermarking of images

2009-05-12 Thread Robert Cummings
On Tue, 2009-05-12 at 16:31 -0400, tedd wrote: At 3:48 PM -0400 5/12/09, Robert Cummings wrote: On Tue, 2009-05-12 at 09:54 -0400, tedd wrote: At 12:27 PM -0700 5/11/09, Daevid Vincent wrote: Here's an example with code: http://webbytedd.com/b/watermark/ I can't

Re: [PHP] Watermarking of images

2009-05-12 Thread PJ
Robert Cummings wrote: On Tue, 2009-05-12 at 16:31 -0400, tedd wrote: At 3:48 PM -0400 5/12/09, Robert Cummings wrote: On Tue, 2009-05-12 at 09:54 -0400, tedd wrote: At 12:27 PM -0700 5/11/09, Daevid Vincent wrote: Here's an example with code:

Re: [PHP] Watermarking of images

2009-05-12 Thread Robert Cummings
On Tue, 2009-05-12 at 18:53 -0400, PJ wrote: Robert Cummings wrote: On Tue, 2009-05-12 at 16:31 -0400, tedd wrote: At 3:48 PM -0400 5/12/09, Robert Cummings wrote: On Tue, 2009-05-12 at 09:54 -0400, tedd wrote: At 12:27 PM -0700 5/11/09, Daevid Vincent wrote:

Re: [PHP] Watermarking of images

2009-05-12 Thread PJ
Robert Cummings wrote: On Tue, 2009-05-12 at 18:53 -0400, PJ wrote: Robert Cummings wrote: On Tue, 2009-05-12 at 16:31 -0400, tedd wrote: At 3:48 PM -0400 5/12/09, Robert Cummings wrote: On Tue, 2009-05-12 at 09:54 -0400, tedd wrote:

Re: [PHP] Watermarking of images

2009-05-11 Thread Lenin
I haven't used GD lib yet. But I can suggest one thing, that is printing a layer of color under the text to be printed could be a saver. I dont know how translucency is made but thats another way to make better WaterMarks as well. -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] Watermarking of images

2009-05-11 Thread Robert Cummings
On Mon, 2009-05-11 at 00:04 -0700, Michael A. Peters wrote: I need to know the best way to dynamically watermark images via gd. This is an example of what I currently have: http://www.shastaherps.org/images/66-3.jpg That's using Lucida Mono. A really nice monospace font (very similar to

Re: [PHP] Watermarking of images

2009-05-11 Thread Michael A. Peters
Robert Cummings wrote: I did something similar to this a long time ago. The trick was to print the text 5 times. 4 times with black. 1 time with white. The 4 black prints are done with a 1 pixel offset in each direction of the compass. This will produce the nice black outline that has the

Re: [PHP] Watermarking of images

2009-05-11 Thread Michael A. Peters
Robert Cummings wrote: I did something similar to this a long time ago. The trick was to print the text 5 times. 4 times with black. 1 time with white. The 4 black prints are done with a 1 pixel offset in each direction of the compass. This will produce the nice black outline that has the

Re: [PHP] Watermarking of images

2009-05-11 Thread Lenin
Thanks to Robert and congrats Michael :) Robert could you suggest about the transperency or translucency in GD? I also have interest in using Bangla Font through GD, but I dont know why it doesn't support it. if anyone had suggestions ... -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] Watermarking of images

2009-05-11 Thread Robert Cummings
On Mon, 2009-05-11 at 20:06 +0600, Lenin wrote: Thanks to Robert and congrats Michael :) Robert could you suggest about the transperency or translucency in GD? Is this what you're looking for? http://www.php.net/manual/en/image.examples.merged-watermark.php I also have interest in

Re: [PHP] Watermarking of images

2009-05-11 Thread Lenin
I'm talking about Unicode TTF fonts(OpenType). The characters Like this অ আ ক খ Fonts in www.omicronlab.com or www.ekushey.org Thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Watermarking of images

2009-05-11 Thread tedd
At 12:04 AM -0700 5/11/09, Michael A. Peters wrote: That site is also coded in php so I'm guessing that the watermark is added using a php technology. Can someone enlighten me on how that is done? Also, while not php related, could someone enlighten me of a really good font to use for

Re: [PHP] Watermarking of images

2009-05-11 Thread Michael A. Peters
tedd wrote: At 12:04 AM -0700 5/11/09, Michael A. Peters wrote: That site is also coded in php so I'm guessing that the watermark is added using a php technology. Can someone enlighten me on how that is done? Also, while not php related, could someone enlighten me of a really good font to

Re: [PHP] Watermarking of images

2009-05-11 Thread Robert Cummings
On Mon, 2009-05-11 at 10:39 -0700, Michael A. Peters wrote: tedd wrote: At 12:04 AM -0700 5/11/09, Michael A. Peters wrote: That site is also coded in php so I'm guessing that the watermark is added using a php technology. Can someone enlighten me on how that is done? Also, while

Re: [PHP] Watermarking of images

2009-05-11 Thread Robert Cummings
On Mon, 2009-05-11 at 13:01 -0400, tedd wrote: At 12:04 AM -0700 5/11/09, Michael A. Peters wrote: That site is also coded in php so I'm guessing that the watermark is added using a php technology. Can someone enlighten me on how that is done? Also, while not php related, could someone

RE: [PHP] Watermarking of images

2009-05-11 Thread Daevid Vincent
-Original Message- From: Robert Cummings [mailto:rob...@interjinn.com] Sent: Monday, May 11, 2009 10:27 AM To: tedd Cc: php-general@lists.php.net; Michael A. Peters Subject: Re: [PHP] Watermarking of images On Mon, 2009-05-11 at 13:01 -0400, tedd wrote: At 12:04 AM -0700 5/11

RE: [PHP] Watermarking of images

2009-05-11 Thread Ashley Sheridan
On Mon, 2009-05-11 at 12:27 -0700, Daevid Vincent wrote: -Original Message- From: Robert Cummings [mailto:rob...@interjinn.com] Sent: Monday, May 11, 2009 10:27 AM To: tedd Cc: php-general@lists.php.net; Michael A. Peters Subject: Re: [PHP] Watermarking of images On Mon