CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6
  1. #1
    Join Date
    Apr 2001
    Posts
    1

    How to save a picture from a picture box control into a jpeg file

    How do I save a picture in a picture box control into a jpeg file?

    Thanks


  2. #2
    Join Date
    Apr 2000
    Posts
    737

    Re: How to save a picture from a picture box control into a jpeg file

    try SavePicture function

    cksiow
    http://vblib.virtualave.net - share our codes



  3. #3
    Join Date
    Apr 2000
    Location
    South Carolina,USA
    Posts
    2,210

    Re: How to save a picture from a picture box control into a jpeg file

    There is a Render2Jpg function in a Intel ijl Library free from Intel
    Check out this article from the CodeGuru site
    http://www.codeguru.com/opengl/snaptojpeg.shtml
    also:
    try this sample may help
    http://www.planet-source-code.com/xq...s/ShowCode.htm


    John G

  4. #4
    Join Date
    Jul 2000
    Location
    Milano, Italy
    Posts
    7,726

    Re: How to save a picture from a picture box control into a jpeg file

    Have a look at:
    http://codeguru.earthweb.com/bbs/wt/...collapsed&sb=5

    Hope this help

    Cesare Imperiali

    Special thanks to Lothar "the Great" Haensler. Come back soon, you Guru.
    ...at present time, using mainly Net 4.0, Vs 2010



    Special thanks to Lothar "the Great" Haensler, Chris Eastwood , dr_Michael, ClearCode, Iouri and
    all the other wonderful people who made and make Codeguru a great place.
    Come back soon, you Gurus.

  5. #5
    Join Date
    Jul 2000
    Location
    Milano, Italy
    Posts
    7,726

    Re: How to save a picture from a picture box control into a jpeg file

    I tried to give you a full 10 (second link lead me to discover a very useful component), but it seems there is something wrong with rating in Codeguru, today...

    Cesare Imperiali

    Special thanks to Lothar "the Great" Haensler. Come back soon, you Guru.
    ...at present time, using mainly Net 4.0, Vs 2010



    Special thanks to Lothar "the Great" Haensler, Chris Eastwood , dr_Michael, ClearCode, Iouri and
    all the other wonderful people who made and make Codeguru a great place.
    Come back soon, you Gurus.

  6. #6
    Join Date
    Jul 2000
    Location
    Milano, Italy
    Posts
    7,726

    Re: How to save a picture from a picture box control into a jpeg file

    Do not mind last message: it works, now.

    Special thanks to Lothar "the Great" Haensler. Come back soon, you Guru.
    ...at present time, using mainly Net 4.0, Vs 2010



    Special thanks to Lothar "the Great" Haensler, Chris Eastwood , dr_Michael, ClearCode, Iouri and
    all the other wonderful people who made and make Codeguru a great place.
    Come back soon, you Gurus.

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

Featured