optimise output stream?
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
jaypPosted Jul 27, 2004, 7:42 PM
jaypPosted Jul 27, 2004, 12:29 AM