Quote Originally Posted by Bob H
All image formats (jpg, gif, png, etc).

I believe that GDI+ only comes with Windows XP. I don't want to have to dramatically alter my program and installation to simply get image dimensions.
In that case you will need to find lib(s) that know(s) how to handle different image file formats.
Look at CxImage it might give you good start.

Cheers