[PHP] exif functions

2002-12-24 Thread Dade Register
Happy Holidays! I am having a problem using the exif_thumbnail() function. All I want to do is to view the embedded thumbnails in some jpg files taken by digital cameras. I have tried the examples in the docs, but they don't seem to work. Can someone give me some tips on using this function?

Re: [PHP] exif functions

2002-12-24 Thread Jason Sheets
You are getting the error because the function has not been defined.. The manual contains this information: Note: This function is only available in PHP when compiled using --enable-exif. Its functionality and behaviour has changed in PHP 4.2 Try recompling PHP with --enable-exif on the