Results 1 to 3 of 3

Thread: Probs with Intel Jpeg Library

  1. #1

    Thread Starter
    Addicted Member Flip's Avatar
    Join Date
    Jun 2002
    Location
    Burke, VA
    Posts
    247

    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?

  2. #2
    Good Ol' Platypus Sastraxi's Avatar
    Join Date
    Jan 2000
    Location
    Ontario, Canada
    Posts
    5,134
    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)

  3. #3

    Thread Starter
    Addicted Member Flip's Avatar
    Join Date
    Jun 2002
    Location
    Burke, VA
    Posts
    247
    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
  •  



Click Here to Expand Forum to Full Width