PROTECTED]>
Cc: "'Php-General" <[EMAIL PROTECTED]>
Sent: Monday, January 27, 2003 5:48 PM
Subject: RE: [PHP] question about GD and colors
Hi
I have the same Problem with the bundeled libary.
I hade no time to fill in a bug report at bugs.php.net.
Probably you could?
; To: [EMAIL PROTECTED]
> Subject: [PHP] question about GD and colors
>
>
> With this script under, I get resized image in only 16
> colors. with an old version of gd, I got 16 million colors
> images. Has someone a response ?
>
>
> /***
> file [
AIL PROTECTED]>
Sent: Monday, January 27, 2003 6:10 PM
Subject: Re: [PHP] question about GD and colors
> try imagecreatetruecolor() instead of imagecreate()
>
> - Original Message -
> From: "Philipp" <[EMAIL PROTECTED]>
> To: "Jean-François Mar
try imagecreatetruecolor() instead of imagecreate()
- Original Message -
From: "Philipp" <[EMAIL PROTECTED]>
To: "Jean-François Marseaut" <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Monday, January 27, 2003 4:21 PM
Subject: Re: [PHP] question abou
Hi experienced the same problem with the new
bundled version of GD.
regards,
philipp
- Original Message -
From: "Jean-François Marseaut" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, January 27, 2003 5:15 PM
Subject: [PHP] question about GD and color
With this script under, I get resized image in only 16 colors. with an old
version of gd, I got 16 million colors images. Has someone a response ?
filename jpg
w [int] -> width
/
header("Content-type: image/png");
$file = urldecode($file);
$file = "../".$file;
$infofile =
6 matches
Mail list logo