It's working Thanks a lot
- Original Message -
From: "Randy Rinehart" <[EMAIL PROTECTED]>
To: "Phpu" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Wednesday, November 17, 2004 6:29 PM
Subject: Re: [PHP] Images problem
> I believe you
fusing at first.
-M
-Original Message-
From: Phpu [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 17, 2004 11:05 AM
To: [EMAIL PROTECTED]
Subject: [PHP] Images problem
If i have 2 images:
$im1 = imagecreate (100, 100);
$white = ImageColorAllocate ($im1, 255, 255, 255);
$im2 =
Phpu wrote:
If i have 2 images:
$im1 = imagecreate (100, 100);
$white = ImageColorAllocate ($im1, 255, 255, 255);
$im2 = imagecreate (50, 50);
$black = ImageColorAllocate ($im2, 0, 0, 0);
How can i put $im2 over $im1 and result one single image? Is there a
function to do this?
Thank You
thi
ovember 17, 2004 10:05 AM
Subject: [PHP] Images problem
If i have 2 images:
$im1 = imagecreate (100, 100);
$white = ImageColorAllocate ($im1, 255, 255, 255);
$im2 = imagecreate (50, 50);
$black = ImageColorAllocate ($im2, 0, 0, 0);
How can i put $im2 over $im1 and result one single image? Is
If i have 2 images:
$im1 = imagecreate (100, 100);
$white = ImageColorAllocate ($im1, 255, 255, 255);
$im2 = imagecreate (50, 50);
$black = ImageColorAllocate ($im2, 0, 0, 0);
How can i put $im2 over $im1 and result one single image? Is there a function
to do this?
Thank You
Hi,
I know that is old problem, but I could'n solved until
now. Sorry for any inconvenience.
I've installed gd-2.0.1 (in /my/home) and php-4.2.3
with the following options:
./configure --with-mysql
--with-apache=../apache_1.3.26
--with-gd=/my/home/gd-2.0.1 --prefix=/my/home/local
--with-fre
Hi,
I know that is old problem, but I could'n solved until
now. Sorry for any inconvenience.
I've installed gd-2.0.1 (in /my/home) and php-4.2.3
with the following options:
./configure --with-mysql
--with-apache=../apache_1.3.26
--with-gd=/my/home/gd-2.0.1 --prefix=/my/home/local
--with-fre
Hi,
I know that is old problem, but I could'n solved until
now. Sorry for any inconvenience.
I've installed gd-2.0.1 (in /my/home) and php-4.2.3
with the following options:
./configure --with-mysql
--with-apache=../apache_1.3.26
--with-gd=/my/home/gd-2.0.1 --prefix=/my/home/local
--with-fre
eneral
Sent: Thursday, March 01, 2001 5:19 AM
Subject: [PHP] images problem
> i uses the following method to display an image draw from database..
>
>
> set_magic_quotes_runtime(0);
> $query = "select diagram f
i uses the following method to display an image draw from database..
set_magic_quotes_runtime(0);
$query = "select diagram from $QuestTab where qns_id = '$QnsID'";
$result = @MYSQL_QUERY($query);
$data = @MYSQL_RESULT($result,0, "d
10 matches
Mail list logo