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 和您的相关数据。
发布评论
评论(5)
您所描述的许多内容都可以使用 .NET 框架中提供的组件来完成。
我们使用 COM 版本的 ImageGlue 取得了巨大成功,并且发现它非常有用稳定有效。当有人通过我们的管理站点上传图像时,我使用 ImageGlue 生成缩略图并在存储之前调整图像大小。您还可以通过让图像标签引用类似 url 的方式动态地执行此操作
,并让图像页面或服务生成图像并将其流回浏览器。
这并不能解决内容交付网络等问题,但它相对便宜,并且可能会为您指明正确的方向。
A lot of what you describe can be accomplished using components available in the .NET framework.
We've used the COM version of ImageGlue with great success and found it to be very stable and effective. When someone uploads an image through our admin site, I use ImageGlue to generate a thumbnail and resize the image before storing it. You could also do that dynamically by having your image tags refer to a url like
and have the Image page or service generate the image and stream it back to the browser.
This doesn't address issues like content delivery networks, but it's relatively inexpensive and might get you pointed in the right direction.
ImageResizing.Net 库提供 Amazon 与 CloudFront 兼容的动态图像调整大小 - 您可以立即调整大小的动态图像,以及边缘缓存的可扩展性和响应能力。
虽然核心库不受 MIT 约束,但云捆绑售价 99 美元(但包括源代码和再分发权)。
目前还没有托管服务版本,但可能很快就会有。 如果您希望更快地实现这个想法,请投票。
——作者
The ImageResizing.Net library offers Amazon CloudFront-compatible dynamic image resizing - you get instantly resized dynamic images, and the scalability and responsiveness of edge caching.
While the core library is MIT-free, the Cloud bundle costs $99 (but includes source code and redistribution rights).
There isn't a hosted service version yet, but there may be soon. Vote for the idea if you want it quicker.
-- The Author
Uploadcare 是一种 IaaS 解决方案,用于将图像直接上传到 CDN,并使用 URL 命令裁剪、调整大小和转换上传的图像:
< a href="https://uploadcare.com" rel="nofollow noreferrer">https://uploadcare.com
例如,这是图像的完整版本(相当重,4034x2672px):
http://www.ucarecdn.com/6fdab0d5-5a07- 4b34-8a3a-f61727972745/full.jpg
这是裁剪并调整大小的一张:
http://www.ucarecdn.com/6fdab0d5-5a07-4b34-8a3a-f61727972745/-/crop/1000x1000/1300,1600/-/resize/300x/tree.jpg
更多信息:https://uploadcare.com/upload-api-cloud-storage-and-cdn/#crop-resize-and-transform-uploaded -images
注意:我是联合创始人:)
Uploadcare is an IaaS solution for uploading images directly to the CDN, and crop, resize and transform uploaded images using URL commands:
https://uploadcare.com
For example, here is the full version of an image (which is quite heavy, 4034x2672px):
http://www.ucarecdn.com/6fdab0d5-5a07-4b34-8a3a-f61727972745/full.jpg
And here is a cropped and resized one:
http://www.ucarecdn.com/6fdab0d5-5a07-4b34-8a3a-f61727972745/-/crop/1000x1000/1300,1600/-/resize/300x/tree.jpg
More info: https://uploadcare.com/upload-api-cloud-storage-and-cdn/#crop-resize-and-transform-uploaded-images
Note: I am a co-founder :)
Webqem 是一家澳大利亚公司,以极具竞争力的价格提供动态成像 SAAS 解决方案。
查看网站 http://www.maxoom.com.au,有很多视频展示了服务中的功能如何运作。
Webqem is an Australian based company that offers a SAAS solution to dynamic imaging at a very competitive rate.
Check out the website at http://www.maxoom.com.au, there are a number of videos showing how functions within the service work.
最简单的是 http://getthumbsup.com。我们将其与 imgur 侧载功能结合使用 http://api.imgur.com/resources_anon#sideloading 完美且毫不费力。
The easiest has to be http://getthumbsup.com. We use it in conjunction with imgur sideloading feature http://api.imgur.com/resources_anon#sideloading flawlessly and effortlessly.