Version 2.1b released!

November 13, 2009 6 comments

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

Design of an Image Resizing Module

May 26, 2009 3 comments

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

May 21, 2009 2 comments

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

May 19, 2009 3 comments

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

May 17, 2009 3 comments

Version 2.0 beta is now available!

Image Resizer 2.0 – Upgrade notes

May 17, 2009 1 comment

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

May 8, 2009 2 comments

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

Performance killer: Disk I/O

February 16, 2009 1 comment

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

February 5, 2009 2 comments

Adding simple metadata and stylesheet management to the Page class.

Image Resizer 1.2, 2.0 – Web.config

November 21, 2008 No comments yet

Adding web.config settings