re:
I am trying only this:
[PHP]
$image = @imagecreatefro mgif('/path/to/this/image.gif');
[/PHP]
This line alone causes a segfault on my machine; when I measured how
much memory it took to process this, it literally required up to 100+mb
of memory to process a GIF image that is only 953 bytes!!!
Is this normal behavior for imagecreatefrom gif()? I am using PHP 4.3.9
with GD 2.0.1, this shouldn't happen but it does
Phil
I am trying only this:
[PHP]
$image = @imagecreatefro mgif('/path/to/this/image.gif');
[/PHP]
This line alone causes a segfault on my machine; when I measured how
much memory it took to process this, it literally required up to 100+mb
of memory to process a GIF image that is only 953 bytes!!!
Is this normal behavior for imagecreatefrom gif()? I am using PHP 4.3.9
with GD 2.0.1, this shouldn't happen but it does
Phil
Comment