GP INTERACTIVE wrote:
you can use also the following function :
function getPictureMarked($sourcefile, $watermarkfile) {
#
# $sourcefile = Filename of the picture to be watermarked.
# $watermarkfile = Filename of the 24-bit PNG watermark file.
#
//Get the resource
At 11:32 AM -0400 8/4/07, Tom Ray [Lists] wrote:
I've been learning how to use PHP with the GD Library and I've
managed to learn quite a bit. I can upload, resize, create
thumbnails and I'm even able to create "security code" images for
forms. My question is how do I create a Watermark on the i
you can use also the following function :
Regards,
Greg
http://www.psmdev.com
On 8/4/07, Tom Ray [Lists] <[EMAIL PROTECTED]> wrote:
>
> I've been learning how to use PHP with the GD Library and I've managed
> to learn quite a bit. I can upload, resize, create thumbnails and I'm
> even able to
Hi!
Try using imagealphablending() to blend your logo onto the original image.
This function should not require the user browser to be capable of blending
functions as would using the alpha channel of a png inmage or such ...
Jan
-Original Message-
From: Tom Ray [Lists] [mailto:[EMAIL
On 8/4/07, Tom Ray [Lists] <[EMAIL PROTECTED]> wrote:
> I've been learning how to use PHP with the GD Library and I've managed
> to learn quite a bit. I can upload, resize, create thumbnails and I'm
> even able to create "security code" images for forms. My question is how
This is usually referred
5 matches
Mail list logo