I'm trying to get file details from pictures and videos such as width and height without having to actually open the file in vb.net. 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. I don't want to have to load potentially thousands of images and videos. Surely there is a way to just read the file details?