Results 1 to 6 of 6

Thread: [RESOLVED] how do i save a bitmap as a JPEG

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Sep 2002
    Posts
    77

    Resolved [RESOLVED] how do i save a bitmap as a JPEG

    All I want to do is save a bitmap as a JPEG file.


    I am using the compact framework (2003).

    bitmap.save and picturebox.image.save don't seem to be available.


    Any Ideas would be gratefully received.



    Thanks in advance.

  2. #2
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985

    Re: how do i save a bitmap as a JPEG

    Is this .Net 1.1? If so, I wrote a small scrible program but I was never able to find a way to save it as a bitmap. This was the only thing I ever found on the subject
    KrisSiegel.com - My Personal Website with my blog and portfolio
    Don't Forget to Rate Posts!

    Free Icons: FamFamFam, VBCorner, VBAccelerator
    Useful Links: System.Security.SecureString Managed DPAPI Overview Part 1 Managed DPAPI Overview Part 2 MSDN, MSDN2, Comparing the Timer Classes

  3. #3
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: how do i save a bitmap as a JPEG

    The Bitmap.Save method is supported in the CF 2.0. I guess it was considered a deficiency in CF 1.1 important enough to address.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  4. #4

    Thread Starter
    Lively Member
    Join Date
    Sep 2002
    Posts
    77

    Re: how do i save a bitmap as a JPEG

    I guess i'm going to have to load 2005. I was hoping to put it off until after the first service pack.

    Can I have 2005 and 2003 on same PC?

    (not that I don't trust Microsoft to produce reliable bug free code!)

    thanks to both of you for your help.

  5. #5
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: how do i save a bitmap as a JPEG

    Quote Originally Posted by grahamxyz
    Can I have 2005 and 2003 on same PC?
    Yes you can.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  6. #6

    Thread Starter
    Lively Member
    Join Date
    Sep 2002
    Posts
    77

    Re: how do i save a bitmap as a JPEG

    thanks again and wish me luck with 2005.

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