在C#中压缩TIFF图像 [英] Compress tiff images in c#

查看:132
本文介绍了在C#中压缩TIFF图像的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

朋友,

我想在c#中压缩tiff图像.它是Windows应用程序.
需要帮助

感谢和问候

Hi Friends,

I want to compress tiff images in c#.Its a windows application.
Help required

Thanks and regards

推荐答案

1. 代码项目
3. 堆栈溢出

搜索引擎是强大的工具.经常使用它们.
祝您的项目好运!
1. Google
2. Code project
3. Stack overflow

Search engines are powerful tools. Use them more often.
Good luck with your project!


使用System.Drawing命名空间的方法,例如
Use the methods of the System.Drawing namespace, e.g.
System.Drawing.Image image = System.Drawing.Image.FromFile("abc.tif");
image.Save("abc.jpg", System.Drawing.Imaging.ImageFormat.Jpeg);


这篇关于在C#中压缩TIFF图像的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆