[PHP] imagecopy() no errors, but does nothing :-(

2002-05-20 Thread Evan
What I'm planning to do is to add the logo of the site over every image uploaded. Here is the code after upload: $dst_im = ImageCreateFromJPEG (../.$pathImg.$NomeFile); $src_im = ImageCreateFromJPEG (../imgsite/logo.jpg); $dst_size = GetImageSize(../.$pathImg.$NomeFile);//800x600

[PHP] imagecopy or why men don't use maps.

2002-02-02 Thread hugh danaher
Help! I have an image file which is a map of the local area. I want to put symbols on the map at various points, but I first need to get the php image function to work. My site has imaging enabled and I can create graphs from scratch, but this has stumped me so far. Any help will be greatly

[PHP] ImageCopy() not working

2001-12-06 Thread geoff catlin
I created a function (appears below) that crops a JPG and outputs it on the fly. However Apache crashes when I use the function. Unfortunately, Apache does not put an error message in the logs. I'm running it on a Windows2000 machine with Apache 1.3.20 and PHP 4.0.6 (installed via EasyPHP

[PHP] imageCopy :-(

2001-11-10 Thread jtjohnston
Not that I'm sleep deprived ... :o) Simple, I create an image, add a bunch of text and what not. Now I want to add a graphic. (Probably a couple, who knows?) imageCopy(test.bmp,$image,10,10,10,10,350,500,50); == doesn't work. Is this even the right function?? Description: int

RE: [PHP] imageCopy :-(

2001-11-10 Thread Andrew Kirilenko
Hello! You should open test.bmp first. Best regards, Andrew Kirilenko. -Original Message- From: jtjohnston [mailto:[EMAIL PROTECTED]] Sent: Saturday, November 10, 2001 1:15 PM To: [EMAIL PROTECTED] Subject: [PHP] imageCopy :-( Not that I'm sleep deprived ... :o) Simple, I

[PHP] ImageCopy

2001-06-30 Thread Jeff Lewis
I am creating an image on the fly based on newest entries in one my mySQL tables. In this created image I am trying to add a small one to it. Now I am TRYING to use the below code: $image = ImageCreate(500, 70); $bg = ImageColorAllocate($image, 255, 255, 255); $blue =