Changes between Initial Version and Version 4 of Ticket #14137
- Timestamp:
- 06/29/2010 12:57:04 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14137
- Property Keywords DateTime image added
-
Property
Summary
changed from
EXIF DateTimeDigitized not always presented
toEXIF tag DateTimeDigitized not always present
-
Ticket #14137 – Description
initial v4 4 4 5 5 Attaching sample original image from my camera. CLI tool 'exif' when grep:ed with 'Date' outputs the following for the attached image: 6 {{{ 6 7 Date and Time |2010:06:25 15:47:14 7 8 Date and Time (origi|2010:06:25 15:47:14 8 9 }}} 9 10 'exif --list-tags *jpg|grep Date' results in the following (* meaning data exists): 11 {{{ 10 12 0x0132 Date and Time * - - - - 11 13 0x9003 Date and Time (original) - - * - - 12 14 0x9004 Date and Time (digitized) - - - - - 13 15 }}} 14 16 wp-admin/includes/image.php has the function which retrieves this metadata.