使用 C# 裁剪图像
我想裁剪 tiff 图像。包含某些字段的 tiff 图像。我想裁剪 tiff 图像中图像大小不同的特定区域,但我想裁剪该特定区域。
I want to crop a tiff image. The tiff image which contains certain fields. i want to crop a particular area in the tiff image which the image size varies but i want to crop the particular area.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看这里:
如何打开.NET 2.0 中的多帧 TIFF 图像格式图像?
现在,您应该毫无问题地执行此操作:)
您可以在此处找到如何裁剪图像本身:
http://weblogs.asp。 net/gunnarpeipman/archive/2010/10/15/asp-net-mvc-3-beta-simple-image-manipulations-using-webimage-helper.aspx
只需下载 WebImage 帮助器类即可阅读有关它的信息(如何做)并使用它。
Look here:
How to open a multi-frame TIFF imageformat image in .NET 2.0?
Now without any problems you should do this :)
How to crop image itself you can find here:
http://weblogs.asp.net/gunnarpeipman/archive/2010/10/15/asp-net-mvc-3-beta-simple-image-manipulations-using-webimage-helper.aspx
Just download WebImage helper class read about it (how to do) and use it.