Hi guys,
can anyone look at my problem, details gien below
Problem in using Image Functions ImageJpeg,CreateImagefromJpeg...
Here is a small program:
<?
$im = createimagefromjpeg("mandrake.jpg");
imagejpeg($im);
imagedestroy($im);
?>
When I open this in a browser, I get a warning message as follows:
Warning:your php build has no support for functions CreateImageFromJpeg,ImageJpeg
Apache_1.3.11,Php-4.0.0, gd-1.8.1, jpeg-6b are installed on my system and php is built with gd-1.8.1 library support.
But the same php works for Gif Images.
Please suggest possible solution.