Results 1 to 6 of 6

Thread: Hey Guys... HELP HERE!

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Feb 2000
    Location
    Israel
    Posts
    636

    Thumbs up

    Hi!

    I want to know if I BitBlt into the form's HDC and then I want to save it into a BMP or JPG file, how can I do it?

    Thank you,
    Arie.

  2. #2
    PowerPoster Chris's Avatar
    Join Date
    Jan 1999
    Location
    K-PAX
    Posts
    3,238
    use the SavePicture functino will do

    Code:
        SavePicture Picture1.Picture, "C:\Mypic.bmp"

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Feb 2000
    Location
    Israel
    Posts
    636
    Ok...
    Then, I could do the same in JPG format?

  4. #4
    Guest
    should be able to just change the file extension

  5. #5
    PowerPoster Chris's Avatar
    Join Date
    Jan 1999
    Location
    K-PAX
    Posts
    3,238
    Arie, yes you can do it that way. but the size in jpg and gif will be exactly the same size as bmp format.

    IF you really need to be in gif or jpg format. do source for others 3rd party tools.

  6. #6

    Thread Starter
    Fanatic Member
    Join Date
    Feb 2000
    Location
    Israel
    Posts
    636
    Thank you...
    That's all I needed.
    When I'll finish my little game,
    I'll bring it here to POLL it.
    Remember me...
    Bye.

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