B
Broeden
Hi,
I have a question about the JPG compression in CF2.0
I tested to load a jpg-image of about 2Mb into a bitmap, and the then
save it at once. The saved image is of only 600kB.
bmpMap = new Bitmap("Test.jpg");
bmpMap.Save"Test.jpg", System.Drawing.Imaging.ImageFormat.Jpeg);
Is there a fixed compression rate when saving to JPG, or can it be
adjusted?
/Broeden
I have a question about the JPG compression in CF2.0
I tested to load a jpg-image of about 2Mb into a bitmap, and the then
save it at once. The saved image is of only 600kB.
bmpMap = new Bitmap("Test.jpg");
bmpMap.Save"Test.jpg", System.Drawing.Imaging.ImageFormat.Jpeg);
Is there a fixed compression rate when saving to JPG, or can it be
adjusted?
/Broeden