Hi
I got my display for php
and it shows under gd:
Version 2.0.22 (compatable)
freetype enabled links with freetype.
GIF, JPG PNG WBMP XBM all enabled.
also zlib in enabled vers 1.1.4
but the output compression is set to off for some reason ?
Should i turn it on ?
I guess all this is good news and I should be able to use gd.
But i may be missing a library or something because when I run this script :
<?PHP
print_r(exif_read_data('cove.jpg',ANY_TAG)) ;
?>
Fatal error: Call to undefined function: exif_read_data() in c:\web\fethiye\images\image_reader.php on line 2
So do you know what I am missing ?
Thanks for any help on this .