If you write a program that sequentially processes many images
(System.Drawing.{Image,Bitmap}), you'll soon discover that there is a
performance side to things too. ;-)
Prompt disposal of expensive non-managed resources (such as GDI+
bitmaps) significantly reduces the fluctuation of the working set;
performance increases will be a function of how busy the machine is.