Results 1 to 6 of 6

Thread: Convert a BMP file to JPG?

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jul 2002
    Posts
    665

    Question Convert a BMP file to JPG?

    How can I convert a BMP file to a JPG file with VB?

  2. #2
    Hyperactive Member
    Join Date
    May 2003
    Posts
    401
    I made a quick search in this forum. Here are some links that might help u or atleast get u started:

    http://www.vbforums.com/showthread.p...jpg+conversion

    http://www.vbforums.com/showthread.p...jpg+conversion

    And here are some other links:

    http://www.planet-source-code.com/vb...d=968&lngWId=7

    http://www.catenary.com/howto/bmp2jpeg.html
    Enjoy!!!
    apps_tech

  3. #3
    Lively Member
    Join Date
    Oct 2003
    Posts
    96
    I have an OCX that does it...

    VB Code:
    1. Jpeg321.CompressQuality = TheQualityUWant
    2.             Jpeg321.CompressBmp Path2BMP, Path2JPG


    Change JPeg32.txt to JPeg32.ocx
    Attached Files Attached Files

  4. #4
    The picture isn't missing BuggyProgrammer's Avatar
    Join Date
    Oct 2000
    Location
    Vancouver, Canada
    Posts
    5,217
    i attached something that can compress to JPEG using PURE vb code, no dll's or controls. so the whole thing is in code.

    Note: I got this from www.pscode.com but forgot which submission it was. I'mpretty sure that if you searched for jpeg and visual basic it would be the top on.
    Attached Files Attached Files
    Remember, if someone's post was not helpful, you can always rate their post negatively .

  5. #5
    Lively Member morrowasted's Avatar
    Join Date
    Aug 2003
    Location
    Houston, TX
    Posts
    118


    thats gotta be the most complicated looking VB i've ever seen!

    -morrowasted

  6. #6
    Member
    Join Date
    May 2003
    Posts
    36

    bmp to jpg

    try image viewer cp activex that can convert bmp to jpg,tif,png,gif
    http://www.viscomsoft.com/imageviewer.htm

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