State of .NET Image Resizing: how does imageresizer do?
Posted by: More Whidbey stuff,
on 22 Oct 2011 |
View original | Bookmarked: 0 time(s)
I've written several times before about image resizing in .NET and how the various built-in solutions (GDI, WPF and WIC) compare in terms of quality, speed and size. I'll put the links to my previous articles at the end of this post for reference.
Several readers have since pointed me to the imageresizer library, which is pure .NET and thus has no problems running in medium trust. Medium trust is an issue that has plagued existing options, preventing many people from using the best available approach....