views:

54

answers:

1

I need to read meta data from .img, .osc and .mccd files.

Can you anyone recommend any libraries or provide any pointers as to how I would go about doing this. Eventually I need to put that meta-data into an XML file so it can be harvested by a repository.

A: 

Find documentation on the file header for these formats and simply read these bytes in. AFAIK no libraries exist sorry.