Fastest way to read dimensions from a picture / image file in C#
The fastest way to read the dimensions (width and height) from a picture / image file in C#, that I know of is: DateTime startDateTime = DateTime.Now; string sourceFolder = @"C:\Temp"; // Get all files