CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: BMP tp JPG

Hybrid View

  1. #1
    Join Date
    Jan 2003
    Location
    Colombia
    Posts
    15

    BMP tp JPG

    My app captures a file from my webcam and I need to store it as a JPG, not a BMP. What can I do...

    I already have the file saved as a BMP. How can I convert this BMP file to a JPG file......

    Is there a OCX that can help?

    Any help would be great

    Sanitago

  2. #2
    Join Date
    Jul 2000
    Location
    Milano, Italy
    Posts
    7,726
    Some code on planet-source-code
    (This one claimed to do the job without thirdy part dll. If true,
    must be really interesting...)
    http://www.planet-source-code.com/vb...50065&lngWId=1

    (well, tested: seems to work! - whow!-)


    (With classical Ijl11.dlll)
    http://www.planet-source-code.com/vb...29770&lngWId=1

    (same as above. Here also code to capture screen and save...)
    http://www.planet-source-code.com/vb...=7270&lngWId=1

    (Bmp to jpg with thirdy part dll I do not know, but Iouri used -see last links)
    http://www.planet-source-code.com/vb...41722&lngWId=1

    a batch tool
    http://www.soft411.com/software/free/resize-image.html

    '----From Codeguru
    Iouri (and others) example
    http://www.codeguru.com/forum/showth...&highlight=jpg

    The jpg format
    http://www.codeguru.com/forum/showth...&highlight=jpg

    Where to download the intel dll ( Ijlxx.dlll) if you do not find it
    http://www.codeguru.com/forum/showth...&highlight=jpg
    Last edited by Cimperiali; March 24th, 2004 at 07:03 AM.
    ...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.

  3. #3
    Join Date
    May 2003
    Posts
    30

    capture to jpb

    try videocap activex that can direct capture from web cam to jpg file.
    http://www.viscomsoft.com/products/videocap/

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