CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 9 of 9

Threaded View

  1. #1
    Join Date
    Jan 2003
    Location
    Timisoara, Romania
    Posts
    306

    [RESOLVED] JPEG's create time detection

    I need to find the creation time of a JPEG file (additionally other image file formats, too).
    For instance, IrfanView application offers this information in Images -> Information menu.

    http://www.codeguru.com/forum/attach...1&d=1285526629

    I'm looking for a simply detection way (without extern commercial library or a very complex library).
    I was thinking to start from JPEG file header, but as I can see from here, the information that I'm looking for it doesn't appear in header.
    Attached Images Attached Images

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured