I am currently working on two programs and both are still in the planning phase but I have one question that I need to answer before I finish planning. Is there anyway to pull a file in and read the properties?
Basically what I want to do is be able to read the properties of image files and pull out the resolution, file size, date taken, and all that. And then do the same with music files (artist, album, length, so on). The closest I’ve found is a 6 year old project to pull the EXIF information out of images at http://www.codeproject.com/KB/graphics/exifextractor.aspx .
I’d be thrilled if there is one method to pull properties out of both kinds of file types. But I’ll also be happy with two separate ways.
I am currently working on two programs and both are still in the planning
Share
Are you looking for a .NET way to access media metadata properties?