PictureBox picture degraded on save?

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
 
H

Herfried K. Wagner [MVP]

* "Fredrik Melin said:
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?

<http://support.microsoft.com/?kbid=324788>
 

Ask a Question

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.

Ask a Question

Top