CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 8 of 8
  1. #1
    Join Date
    May 2000
    Location
    Sacramento, CA
    Posts
    103

    Write JPEG files?

    Does anybody know of a freeware or inexpensive shareware control that can write images in JPEG format?

    Dave Straayer
    Varatouch, Inc.
    David H. Straayer

  2. #2
    Join Date
    Apr 2000
    Location
    Dorado, P.R.
    Posts
    221

    Re: Write JPEG files?

    You can save it into .bmp format then convert it with a app named abc. You cand find it in www.freeware.com. This program will convert from any format to any format in background. You can use it like a DOS program. Example

    shell "abc \graphic.bmp /convert=\graphic.jpg"

    I hope this will help you

    adcomp - Puerto Rico




  3. #3
    Join Date
    May 1999
    Posts
    3,332

    Re: Write JPEG files?

    I have searched www.freeware.com and couldn't find that program. Could you tell us the URL?


  4. #4
    Join Date
    Apr 2000
    Location
    Dorado, P.R.
    Posts
    221

    Re: Write JPEG files?

    In www.freeware.com, in the search box write 'Graphic Converter' then press go. It is the 4th program in the list to download.

    His name is
    Advanced Batch Converter 2.3 593kb

    I hope this help you
    adcomp - Puerto Rico



  5. #5
    Join Date
    May 1999
    Posts
    3,332

    Re: Write JPEG files?

    Thanks. I have found it.
    I wonder why that site is named ...freeware.com.
    That product is Shareware...


  6. #6
    Join Date
    Apr 2000
    Location
    Dorado, P.R.
    Posts
    221

    Re: Write JPEG files?

    I see that your are working with graphics. Do you like to know how to use a scanner, Web cam, etc directly from your application. If you like it send me your e-mail adrress so i could send you a example program.

    adcomp - Puerto Rico

    it's free - You would not need to by anything. By the way the .ocx is alredy in your machine. I could show you how to use it.

    Please forgive my syntax errors. My language is Spanish.


  7. #7
    Join Date
    Aug 2000
    Posts
    39

    Re: Write JPEG files?

    Hi Angel,
    You will be appreciated if you send me this code.

    [email protected]



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