I was looking around for how to load images faster than the .NET System.Drawing.Image class and found this awesome finding from Omar Shahine. The .NET 1.1 SP1 update included a new signature for System.Drawing.Image.FromStream that takes a boolean “validateImageData”. If you set this to true, the loading time is *much* faster. Does anybody know what validation is actually performed when this parameter is true?