Image-ExifTool - Re: Filtering results like Flickr

Posted on Thu Apr 24 20:44:37 2008 by ignaciogggg in response to 7755 (See the whole thread of 6)
Re: Filtering results like Flickr
This is not for my personal use, I'm trying to use exiftool like a new tool for my social web site. Thats why I'm very confuse with all this. Ok, I decided to use IFD0/ExifIFD/GPS/MakerNotes. Now I want to see a little of code please! I'm retrieving the array like this:
Array ( [0] => ExposureTime : 4 [1] => Model : A830 [2] => FlashpixVersion : 0100 [3] => ExifImageHeight : 960 [4] => ResolutionUnit : inches [5] => LightSource : Fine Weather [6] => MeteringMode : Average [7] => ExposureMode : Auto [8] => ISO : 80 [9] => XResolution : 72 }
It could be more useful for me retrieving the array like this:
Array ( [ExposureTime] => 4 [Model] => 'A830' [FlashpixVersion] => 0100 ... }
So, with that array I can print the field whatever I want. Sorry too many questions.
Direct Responses: 7761 | Write a response