Re: imagecreatetruecolor crashes
- From: francescomoi@xxxxxxx
- Date: 29 Jul 2005 09:34:23 -0700
By the way, there's a typo in the first line (which works):
$my_value = imagecreatetruecolor(100, 70);
Francesco Moi wrote:
> Hi.
>
> Working with PHP 4.3.10 + GD 2.0.28 + Linux FC2
> (GD version is obtained from 'phpinfo')
>
>
> I'm trying to create within a function:
> $my_value = imagegreatetruevalor(100, 70);
> and it works ok (my_value = "Resource id #632")
>
> But within another function I try:
> $my_value = imagecreatetruecolor(500, 339);
> and it crashes (no 'my_value' showed)
>
> I don't know what it's happening, because the same
> functions work ok on another server with this configuration
> PHP 4.3.10 + "GD 2.0 or higher" + Linux FC2
>
> Any suggestion is appreciated. Regards.
.
- References:
- imagecreatetruecolor crashes
- From: Francesco Moi
- imagecreatetruecolor crashes
- Prev by Date: Re: Having trouble passing an object into a function.
- Previous by thread: imagecreatetruecolor crashes
- Index(es):
Relevant Pages
|
|