Does .NET have a class for this? I want to find out the dimensions of an image file, without loading the whole image. Loading the whole image is inefficient, that's why I'm looking for a way to do this without loading it. Anyone knows how?