nineclicks
Member
- Joined
- Jun 13, 2013
- Messages
- 18
- Programming Experience
- Beginner
I'm trying to get file details from pictures and videos such as width and height without having to actually open the file. I plan on indexing a lot of files at once so if I could just grab the file details like the ones in a files properties menu that would help a lot. I know they are labeled differently for different files. Some are width and height, some are frame width and frame height.
Whenever I try to find information about this it always involves loading the file as a bitmap. Surely there is a way to just read the file details?
Thanks.
Whenever I try to find information about this it always involves loading the file as a bitmap. Surely there is a way to just read the file details?
Thanks.
Last edited: