|
-
Jul 31st, 2002, 12:19 AM
#1
Thread Starter
Addicted Member
Probs with Intel Jpeg Library
When i save a file with the Intel JPEG library code thingumubobber, there are no errors but it saves it as a big black square. Anyone know what im doing wrong?
-
Jul 31st, 2002, 10:50 AM
#2
Good Ol' Platypus
If you've BitBlt'd a picture in a picturebox, save the .Image property (also if you've done SetPixel, PaintPicture [i think], etc). Also, if it's invisible, make sure AutoRedraw is set to true. If it's visible and autoredraw is set to true, make sure to call .Refresh after.
All contents of the above post that aren't somebody elses are mine, not the property of some media corporation. 
(Just a heads-up)
-
Jul 31st, 2002, 06:18 PM
#3
Thread Starter
Addicted Member
Ok thanks, thats probly it. Im using a control for capturing the active window (AXCapture) and i was saving the pic dircetly from that so ill try putting it into an auto-refreshing picture box.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|