Hello,
I have a quite easy code:
Code:
$myimg = resizeImage('test.jpg',120,80);
imagejpeg($myimg);
which works fine with PHP 4.4.2 but I got only a lot of stupid characters when I try to execute it with Php 5.0.5. Th gd2 lib is enabled of course.
Any idea?
Thanks!
|