Try this Brian. The only way (native to .NET) to get a JPG is to save a bitmap to a file or stream, you can't get access to the encoded bytes directly. This tiny library tries to save a bitmap to a stream.
EDIT :- Note that your device may not support saving a JPG. Not all do.
Last edited by agraham : 03-08-2008 at 11:27 AM.
|