Reputation: 2763
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
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