Version 2.1b released!

Better performance, better installation, better samples, more features! Installation has been simplified to copying and pasting.

Design of an Image Resizing Module

In this sequel to 20 Image Resizing Pitfalls, I’m outlining the architecture of my image resizing module, and including the source code for the HttpModule (but not the supporting classes).

Demo Version of Image Resizing Module

I’ve received many requests for a ‘trial’ version of the image resizer. This demo version is fully-functional, but watermarks 50% of the generated images with “Unlicensed”.

20 Image Resizing Pitfalls

Dozens of articles on server-side image resizing have been written. If we count other tongues, maybe hundreds. These contributions to the community have been invaluable to me, and I truly appreciate the time each author spent to share his or her knowledge.

Server-side Image Resizing Module for ASP.NET, ASP, & PHP/IIS

Version 2.0 beta is now available!

Image Resizer 2.0 – Upgrade notes

Version 2.0 includes dozens of new features and performance enhancements. Upgrading is simple, but there are a few things you should know.

Image Resizer v2 Examples

Here are some examples of what can be done with Version 2.0.

Performance killer: Disk I/O

Many people think of “performance tuning” as optimizing loops, algorithms, and memory use. In truth, however, you don’t get the huge performance gains from optimizing CPU and memory use (which is good), but from eliminating I/O calls.

Extending Page: Adding Metadata and Stylesheet management

Adding simple metadata and stylesheet management to the Page class.

Image Resizer 1.2, 2.0 – Web.config

Adding web.config settings