F
Fredrik Melin
Hi,
If I do a copy of a jpg picture to the clipboard.
Then I do PictureBox1.Image = CType(IData.GetData(DataFormats.Bitmap),
Bitmap)
Then I save the Picture from the picturebox as jpeg.
Now the picture has been degraded in quality from the original.
How should I do to keep the same quality?
Regards
Fredrik
If I do a copy of a jpg picture to the clipboard.
Then I do PictureBox1.Image = CType(IData.GetData(DataFormats.Bitmap),
Bitmap)
Then I save the Picture from the picturebox as jpeg.
Now the picture has been degraded in quality from the original.
How should I do to keep the same quality?
Regards
Fredrik