Ticket #28 (closed defect: fixed)

Opened 8 months ago

Last modified 6 months ago

More information on EXIF issues

Reported by: bluemonki Assigned to:
Priority: minor Milestone: Zooomr User Review
Component: web - Photos Version: Zooomr Mark III
Keywords: EXIF IPTC GPS geotag Cc:

Description

# EXIF data does not appear when Motorola byte order is used. Intel byte order works. # EXIF data does not appear upon upload, missing camera data on my photos -campino2k

  • With new uploaded pictures, it works, but data is not shown for migrated pics -campino2k
  • It does not works for me. I try to upload several photos and often the EXIF info appear and the others no.... - Akirasan [2007.06.17 0:55 GMT+1]
  • for me no EXIF or IPTC data makes it to the photo page for any uploaded photo so far -Photomotion [6/17/07 07:47 GMT]
  • IPTC date no loading with bulk upload (not even keywords which was working previously) CJPhoto 18/6/07
  • EXIF data is incorrect/missing for photos exported from Lightroom. Zooomer shows the date modified for datetime, but there is no field for the timestamp of when the image was taken. Lightroom maintains this metadata for this field on exported photos. mvandani [6/22/07]

o I confirm this problem still exists. - ping [2007.07.03 GMT+8]

Attachments

ZOOOMRFY.BAT (2.0 kB) - added by Overkill on 02/26/08 09:12:41.
Zooomrfy your EXIF tagged photos (requires ExifTool?)

Change History

01/09/08 22:52:20 changed by bluemonki

EXIF data doesn't seem to show up for any of my pictures uploaded with the new mass uploader. -eiriandiffaith [18.06.07, 8:09 am]

  • Update: EXIF data shows up for those pictures which have been taken by a particular Olympus camera and whose orientation I've changed in the default microsoft picture viewer; not for anything else. --eiriandiffaith (6/25/07)

01/10/08 05:49:50 changed by Overkill

  • keywords set to EXIF IPTC GPS geotag.
  • summary changed from Various EXIF issues to More information on EXIF issues.

Copied from the Bug List Groups Thread:


After hours of testing (literally) I managed to identify a set of EXIF metadata fields which prevent the Camera and Colorspace Information to show up after upload. Byte order is not influencing this behaviour as far as I know. Here is the list of all data fields I identified:

  • EXIF:MaxApertureValue
  • EXIF:FocalLength
  • EXIF:ExifImageWidth
  • EXIF:ExifImageLength
  • EXIF:InteropIndex
  • EXIF:InteropVersion
  • EXIF:FileSource
  • EXIF:FocalPlaneXResolution
  • EXIF:FocalPlaneYResolution
  • EXIF:GPSVersionID
  • EXIF:GPSLatitudeRef
  • EXIF:GPSLatitude
  • EXIF:GPSLongitudeRef
  • EXIF:GPSLongitude
  • EXIF:GPSAltitudeRef
  • EXIF:GPSAltitude
  • EXIF:GPSMeasureMode
  • EXIF:GPSMapDatum

It's especially annoying that GPS information is disabling camera information processing although GPS data is processed correctly. So you have to choose which is of more importance to you.

The cameras mentioned earlier in this thread (e. g. D70) do have EXIF:FocalLength data in their photos which gets processed. I don't have any explanation for this yet. So there might be a way to include these information, too. Any ideas are welcome.

A proof of concept can be found here. I deleted all aforementioned metadata fields and added GPS information as a "geo:loc=" Zooomr label after uploading (see any Geo Location for syntax example and don't forget the double qoutes & the space between the coordinates).


I have not retested these issues as of 2008-01-09. -Overkill [2008-01-09 21:46 GMT+1]

01/12/08 14:41:56 changed by kristate

This is good stuff guys!

02/14/08 13:01:51 changed by John

  • priority changed from minor to major.

EXIF data doesn't show up from the Canon 30D - it does contain the FocalLength? field:

File name       : waiting/heart.jpg
File size       : 3132950 Bytes
Camera make     : Canon
Camera model    : Canon EOS 30D
Image timestamp : 2008:02:13 04:51:25
Image number    :
Exposure time   : 1/15 s
Aperture        : F5.6
Exposure bias   : 0
Flash           : No, compulsory
Flash bias      : 0 EV
Focal length    : 54.0 mm
Subject distance: 0
ISO speed       : 100
Exposure mode   : Manual
Metering mode   : Spot
Macro mode      : Off
Image quality   : RAW
Exif Resolution : 3504 x 2336
White balance   : Custom
Thumbnail       : JPEG, 2205 Bytes
Copyright       :
Exif comment    :

I would very strongly suggest bumping the priority on this one up - EXIF data is a very big point (make or break even) for many serious photographers, including myself. I like Zooomr, but if something as basic and essential to digital photography as EXIF data isn't taken seriously, I'll have no choice but to find another alternative.

02/24/08 03:34:42 changed by John

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


I just found that if I upload the images without any ITPC data, zooomr can
read the EXIF data just fine.  Once I add any ITPC data, however, zooomr
chokes and can't pull out the EXIF data anymore.  I can still see the EXIF
data using exiv2 without a problem.  I can also see the EXIF data in the
full-sized image downloaded from zooomr.


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.7 (GNU/Linux)

iD8DBQFHwGgKR+qfHKe01Q4RAppCAKCGJ4bI1chCbg186XhRNRnRAN/enACfY4LF
po6ze5LuPmDy/TgHgfpww1Q=
=A7OW
-----END PGP SIGNATURE-----

02/26/08 09:11:15 changed by Overkill

I made a mistake in the listing of metadata fields above: There is no field called EXIF:ExifImageLength! Instead it should read EXIF:ExifImageHeight. Please keep that in mind if you're fixing this bug, Mr Tate. :)

To everyone else: Currently I'm using the great ExifTool by Phil Harvey to strip the photo of the evil metadata fields mentioned above. Running ExifTool? with the following command will produce a SECOND JPEG file (so your original file shouldn't be touched – though I won't be making any promises here ;) without those fields:

exiftool.exe -o "%f_zooomr.%e" -EXIF:MaxApertureValue= -EXIF:FocalLength= -EXIF:ExifImageWidth= -EXIF:ExifImageHeight= -EXIF:InteropIndex= -EXIF:InteropVersion= -EXIF:FileSource= -EXIF:FocalPlaneXResolution= -EXIF:FocalPlaneYResolution= -EXIF:GPSVersionID= -EXIF:GPSLatitudeRef= -EXIF:GPSLatitude= -EXIF:GPSLongitudeRef= -EXIF:GPSLongitude= -EXIF:GPSAltitudeRef= -EXIF:GPSAltitude= -EXIF:GPSMeasureMode= -EXIF:GPSMapDatum= photo.jpg

I'm attaching a .BAT file you can use to do the job for you as well. But again: No warranty for nuttin.

02/26/08 09:12:41 changed by Overkill

  • attachment ZOOOMRFY.BAT added.

Zooomrfy your EXIF tagged photos (requires ExifTool?)

03/04/08 07:37:35 changed by Overkill

  • status changed from new to closed.
  • resolution set to fixed.
  • milestone changed from Zooomr Mark III to Zooomr User Review.

No more EXIF related issues for me in Zooomr 2008. Setting this ticket to user review in case someone else still runs into problems.

03/04/08 14:36:45 changed by John

  • priority changed from major to minor.
  • status changed from closed to reopened.
  • resolution deleted.

Hash: SHA1

I would have to disagree. I still don't have EXIF data on my IPTC tagged photos. I'm re-opening this for now, but let me know if you'd rather me just create a new ticket, as it's not exactly the same problem.


Version: GnuPG v2.0.7 (GNU/Linux)

iD8DBQFHzODeR+qfHKe01Q4RAh/KAJ9x7jzZf9mc2E5hRl2gctn/K0AhBgCgwXkb bX2wT6eRSRAQcCsH8fR0fV0= =vIf9


03/09/08 14:42:31 changed by John

  • status changed from reopened to closed.
  • resolution set to fixed.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


Never mind, ignore that.  It works.  I just hadn't uploaded anything new yet
because of the flash upload bug.


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.7 (GNU/Linux)

iD8DBQFH03nPR+qfHKe01Q4RAk4UAJ0Qg+s5sXIVy0Xy0exjE//05EFIngCfaLHs
id6C2OME9Rqz7E0OgOhSwYo=
=jBuL
-----END PGP SIGNATURE-----

Add/Change #28 (More information on EXIF issues)




Change Properties
Action