b.Save(p.Response.OutputStream, ImageFormat.Jpeg);
Gives me a 135kb file for what is basically a very simple image using few colours.
Is there anyway to optimise this prior to the image being created and/or "served"?
I tried to use GIF but the compiler says that is protected... is this a compuserve license thing?
Jay