Results 1 to 2 of 2

Thread: graphics meta data

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Feb 2001
    Location
    KL Malaysia
    Posts
    64

    graphics meta data

    I notice that digital cameras embed some information (ie camera model, date, time etc) in the graphic file. Does anybody know how to retrieve the information in VB?

  2. #2
    Red Rush-In
    Guest
    There is no universal place for storing meta data. Each file type stores meta data in different places. What I would do is go to the following site and look up the file format you are trying to read data from and write functions to read the data from each of the specific file formats you are wanting to read.

    Wotsit's File Formats

    I would also get a Hex editor so that you can look at the binary data of the files too, which should make it easier for you to code.
    UltraEdit

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