Make WordPress Core

Changes between Initial Version and Version 4 of Ticket #14137


Ignore:
Timestamp:
06/29/2010 12:57:04 AM (15 years ago)
Author:
nacin
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #14137

    • Property Keywords DateTime image added
    • Property Summary changed from EXIF DateTimeDigitized not always presented to EXIF tag DateTimeDigitized not always present
  • Ticket #14137 – Description

    initial v4  
    44
    55Attaching sample original image from my camera. CLI tool 'exif' when grep:ed with 'Date' outputs the following for the attached image:
     6{{{
    67Date and Time       |2010:06:25 15:47:14
    78Date and Time (origi|2010:06:25 15:47:14
    8 
     9}}}
    910'exif --list-tags *jpg|grep Date' results in the following (* meaning data exists):
     11{{{
    1012  0x0132 Date and Time                   *      -      -      -      -   
    1113  0x9003 Date and Time (original)        -      -      *      -      -   
    1214  0x9004 Date and Time (digitized)       -      -      -      -      - 
    13 
     15}}}
    1416wp-admin/includes/image.php has the function which retrieves this metadata.