From: Antonio S. <sc...@te...> - 2003-12-26 22:12:08
|
The following tags were missing in exif_entry_initialize at exif-entry.c: EXIF_TAG_FLASH EXIF_TAG_MAKER_NOTE: EXIF_TAG_COMPONENTS_CONFIGURATION EXIF_TAG_COLOR_SPACE EXIF_TAG_ISO_SPEED_RATINGS EXIF_TAG_PIXEL_X_DIMENSION EXIF_TAG_PIXEL_Y_DIMENSION EXIF_TAG_SPECTRAL_SENSITIVITY EXIF_TAG_SUBSEC_TIME EXIF_TAG_SUB_SEC_TIME_ORIGINAL EXIF_TAG_SUB_SEC_TIME_DIGITIZED EXIF_TAG_OECF EXIF_TAG_SPATIAL_FREQUENCY_RESPONSE EXIF_TAG_NEW_CFA_PATTERN EXIF_TAG_DEVICE_SETTING_DESCRIPTION EXIF_TAG_SUBJECT_AREA EXIF_TAG_RELATED_SOUND_FILE EXIF_TAG_IMAGE_UNIQUE_ID Some strings are initialized with "[None]", but this is not in the specs, are they? I guess a better initialization is simply to put 0 and let the user test for "entry->components == 0" to initialize the missing values. Best, Antonio Scuri |