Nelson T Joseph
Nelson T Joseph

Reputation: 2763

How to load tiff file and save it as a bmp in vc++

I need to convert a TIFF file into PNG file in vc++. How can I load a tiff file and save it as a png using vc++. Is there any third party dll is needed for this operation?

Upvotes: 3

Views: 1520

Answers (2)

Kangkan
Kangkan

Reputation: 15571

You can yse LibTiff (http://www.libtiff.org/). See this post: http://www.codeguru.com/cpp/g-m/bitmap/otherformats/article.php/c4933

Upvotes: 0

Doc Brown
Doc Brown

Reputation: 20044

Use ImageMagick, it contains a C++ API Magick++

Upvotes: 4

Related Questions