We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
我意识到这个问题已经很老了,但由于我仍然偶然发现它,我想我应该发布我的发现。
http://imageprocessor.org/ 似乎是一个相对较新的库,它是免费且开源的,并且也具有相当多的功能!
I realise this question is quite old, but since I still stumbled across it, I thought I should post my findings.
http://imageprocessor.org/ seems to be a relatively new library that is free and open source, and has quite a number of features too!
我编写了 ImageResizer HttpModule,它是免费的、开源的,并且通过 StackOverflow 免费支持 imageresizer 标签。
它有 39 个插件,其中一些需要许可证,但所有源代码都可以在 http://imageresizing .net/download。
它适用于所有 .NET CMS,包括 Umbraco。
与 ImageGen 不同,它的设计目的是扩展到数百万张图像。
I wrote the ImageResizer HttpModule, which is free, open-source, and freely supported through the StackOverflow imageresizer tag.
It has 39 plugins, some of which require a license, but all of the source code for everything is available at http://imageresizing.net/download.
It works with all .NET CMSes, including Umbraco.
Unlike ImageGen, it is designed to scale up to millions of images.
.NET Framework 包含对图像大小调整的支持。
下面是我的书超快速 ASP.NET 中的一些示例代码:
The .NET Framework includes support for image resizing.
Below is some sample code from my book, Ultra-Fast ASP.NET: