How to get an array of EXIF TAGS?

2005-11-29 Thread Tech Support
Hello!   I just tried the script   $data = "" PelDataWindow(file_get_contents($filename));         $jpeg = new PelJpeg();     $jpeg->load($data);     $app1 = $jpeg->getSection(PelJpegMarker::APP1);     $tiff = $app1->getTiff();         $ifd0 = $tiff->getIfd();   $entry = $if

Re: How to get an array of EXIF TAGS?

2005-11-29 Thread Martin Geisler
"Tech Support" <[EMAIL PROTECTED]> writes: Hi Tech Support :-) > I just tried the script > > $data = new PelDataWindow(file_get_contents($filename)); > > [...] > > $text = $entry->getText(); > > This is good, but how can I get an array that includes tag => text > > What I need is every tag with