Results 1 to 3 of 3

Thread: Convert JPG & GIF to BMP

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Dec 2001
    Location
    Ontario Canada
    Posts
    30

    Convert JPG & GIF to BMP

    Is there a way of converting jpg & gif files in to bmp format??
    --

    **** happens then you die!

  2. #2
    Good Ol' Platypus Sastraxi's Avatar
    Join Date
    Jan 2000
    Location
    Ontario, Canada
    Posts
    5,134
    Yep. Use this:
    VB Code:
    1. Picture1.Picture = LoadPicture("Path\To\File.jpg")
    2. SavePicture Picture1.Picture, "Path\To\File.bmp"
    You can use this for GIFs, too. The first string is the path of the JPEG, and the 2nd is where you want to save the bitmap.
    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
    Junior Member
    Join Date
    Dec 2001
    Location
    Ontario Canada
    Posts
    30
    Thanks Sastraxi...

    I actually found that in another post shortly after I posted my first message.
    --

    **** happens then you die!

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