Date picture taken?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • pizzy

    Date picture taken?

    Has anyone been able to get the "Date Picture Taken" summary info from
    a jpg file? This info is provided in WinXP (and maybe other OS) when
    you click properties, summary, advance for a jpeg file.

    PHP has the filectime, filemtime, and fileatime; but I looking for the
    orginal date the picture was taken. Sometimes we modify the picture
    size and this causes the created, access, and modified times to change.


    Any ideas?


    ~pizzy

  • Chuck Anderson

    #2
    Re: Date picture taken?

    pizzy wrote:
    [color=blue]
    >Has anyone been able to get the "Date Picture Taken" summary info from
    >a jpg file? This info is provided in WinXP (and maybe other OS) when
    >you click properties, summary, advance for a jpeg file.
    >
    >PHP has the filectime, filemtime, and fileatime; but I looking for the
    >orginal date the picture was taken. Sometimes we modify the picture
    >size and this causes the created, access, and modified times to change.
    >
    >
    >Any ideas?
    >
    >
    >~pizzy
    >[/color]
    There is an exif extension


    I ended up installing some exif utils. I don't remember the exactly what
    I used, but check these out:



    --
    *************** **************
    Chuck Anderson • Boulder, CO

    Integrity is obvious.
    The lack of it is common.
    *************** **************

    Comment

    • pizzy

      #3
      Re: Date picture taken?

      This looks like it's going to work. Appreciates.

      Comment

      Working...