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?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
You can yse LibTiff (http://www.libtiff.org/). See this post: http://www.codeguru.com/cpp/g-m/bitmap/otherformats/article.php/c4933 |
|||
|
|