J
John Smith
Hi all:
I have been working to extract the exif information from jpegs using
RMagick and the get_exif_by_entry function. However, no matter what I
try it returns an empty array. I am certain the file has exif info as I
save it from Photoshop with the embed XMP option selected.
A simply test such as:
photo = Magick::Image.read(path_to_file).first
photo.get_exif_by_entry
returns [] always
Am I missing something?
I have RMagick 2.0 installed.
Thanks,
John
I have been working to extract the exif information from jpegs using
RMagick and the get_exif_by_entry function. However, no matter what I
try it returns an empty array. I am certain the file has exif info as I
save it from Photoshop with the embed XMP option selected.
A simply test such as:
photo = Magick::Image.read(path_to_file).first
photo.get_exif_by_entry
returns [] always
Am I missing something?
I have RMagick 2.0 installed.
Thanks,
John