275 Views
When you try to create "on-the-fly" image-thumbnails in your ASP.NET web-application, sooner or later you face this crappy annoying "out of memory" exception, that is thrown when you use Image.FromStream.
0 comments
Join in on a hand-picked round up of the best .NET articles every day.
Curated by our Moderators and Voted up by our Community. Free.
When you try to create "on-the-fly" image-thumbnails in your ASP.NET web-application, sooner or later you face this crappy annoying "out of memory" exception, that is thrown when you use Image.FromStream.