如何在vc中加载tiff文件并将其另存为bmp++
我需要在 vc++ 中将 TIFF 文件转换为 PNG 文件。如何使用 vc++ 加载 tiff 文件并将其另存为 png。这个操作需要第三方dll吗?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用ImageMagick,它包含一个C++ API Magick++
Use ImageMagick, it contains a C++ API Magick++
您可以访问 LibTiff (http://www.libtiff.org/)。请参阅这篇文章: http://www.codeguru.com/cpp /gm/bitmap/otherformats/article.php/c4933
You can yse LibTiff (http://www.libtiff.org/). See this post: http://www.codeguru.com/cpp/g-m/bitmap/otherformats/article.php/c4933