472,090 Members | 1,270 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,090 software developers and data experts.

PictureBox picture degraded on save?

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
Nov 20 '05 #1
1 2089
* "Fredrik Melin" <mel@no_spam_for_me.dacsa.net.nospam> scripsit:
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>

--
Herfried K. Wagner
MVP · VB Classic, VB.NET
<http://www.mvps.org/dotnet>
Nov 20 '05 #2

This discussion thread is closed

Replies have been disabled for this discussion.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.