使用 C# 裁剪图像

发布于 2024-10-21 22:58:39 字数 72 浏览 3 评论 0原文

我想裁剪 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

岁月打碎记忆 2024-10-28 22:58:39

看这里:

如何打开.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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文