CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Apr 1999
    Posts
    2

    howto convert bmp/tiff to jpeg/gif?



    i have a file in a BMP or TIFF format and i want to convert it to

    GIF or JPEG.

    HOW ?

    10x.

    Edo.

  2. #2
    Join Date
    Mar 1999
    Posts
    4

    Re: howto convert bmp/tiff to jpeg/gif?



    Use Corel PhotoPaint, AdobePhotoshop or any other GOOD image editor !

  3. #3
    Guest

    Re: howto convert bmp/tiff to jpeg/gif?

    I know there is a set of libraries by Sam Leffler to work with tiff images, do you or anyone else know how to get these working in the visual C++ environment?

    I would also like an answer to the same question, but need a solution that does not involve external converters.

    Regards,
    TurtleUK


  4. #4
    Join Date
    May 1999
    Location
    Oxford UK
    Posts
    1,459

    Re: howto convert bmp/tiff to jpeg/gif?

    Hi

    If you feel happy doing this in VC++, then you should take a look at

    http://www.wotsit.org/index.htm

    They have the file formats for just about every picture format you need.


    Regards

    Chris Eastwood

    CodeGuru - the website for developers
    http://www.codeguru.com/vb




  5. #5
    Join Date
    Apr 1999
    Location
    Rotterdam, Netherlands
    Posts
    278

    Re: howto convert bmp/tiff to jpeg/gif?

    Hi

    Or take a look closer at home at
    http://www.codeguru.com/bitmap/index.shtml

    Hope this helps

    Crazy D


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