-
jefdriesen registered the libdivecomputer project.
2008-11-01 14:04:38 UTC in libdivecomputer
-
Several exif tags related to exposure (shutter speed, aperture value and brightness) are stored as apex values. Inside libexif, these values are calculated incorrectly. The formulas should be inverted to produce the correct results.
I have attached a patch to fix this bug. With my patch, both the APEX value (in EV units) and the converted value is shown. But it's trivial to change that, if...
2006-12-18 12:58:08 UTC in EXIF Tag Parsing Library
-
We are working on adding exif makernotes support to gthumb [1]. The problem is that many of those tags are still unknown. It would be really useful if there was some way to ignore those unknown tags. There is the EXIF_DATA_OPTION_IGNORE_UNKNOWN_TAGS option, but as far as I know, it is only used for the normal exif tags. Is it possible to honor this flag for makernotes too? Or is there another...
2006-12-18 12:51:47 UTC in EXIF Tag Parsing Library