Create a System.Drawing.Bitmap to contain your image (you dont say what the
source of your image is, but take a look at the constructors & members for
the Bitmap class in MSDN library for inspiration).
Call the SetResolution() method to set your desired resolution and the
Save("myfile.jpg", ImageFormat.Jpeg) method to save to a file, with the jpeg
format.
CB> Create a System.Drawing.Bitmap to contain your image (you dont say what
CB> the source of your image is, but take a look at the constructors &
CB> members for the Bitmap class in MSDN library for inspiration).
CB> Call the SetResolution() method to set your desired resolution and the
CB> Save("myfile.jpg", ImageFormat.Jpeg) method to save to a file, with the
CB> jpeg format.
CB> HTH,
CB> Chris.
CB> "ivang" wrote:
??>> Hi.
??>>
??>> How to create and save JPEG bitmap with 300dpi?
??>>
??>> Thanks
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.