Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I'm making an image gallery and am using Image::EXIF to extract the exif data. It produces a hash reference and up til now (years and years after using Perl) I've never in my life had to use a hash reference. I don't know how to break it into usable data. Can someone show me how I'd take %image_info (hash reference) and get data from it?
As far as EXIF, does this information disappear from an image if it's edited with PhotoShop, PaintShopPro, etc? Or is it semi-permanently attached to images?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Hash references and Exif data
by Minimiscience (Beadle) on Sep 06, 2007 at 23:33 UTC | |
|
Re: Hash references and Exif data
by sulfericacid (Deacon) on Sep 06, 2007 at 22:48 UTC | |
|
Re: Hash references and Exif data
by ikegami (Patriarch) on Sep 07, 2007 at 06:00 UTC | |
|
Re: Hash references and Exif data
by Gangabass (Vicar) on Sep 07, 2007 at 05:37 UTC |