寻找良好的动态成像解决方案

发布于 2024-09-02 06:31:56 字数 1539 浏览 7 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(5

可爱咩 2024-09-09 06:31:56

您所描述的许多内容都可以使用 .NET 框架中提供的组件来完成。

我们使用 COM 版本的 ImageGlue 取得了巨大成功,并且发现它非常有用稳定有效。当有人通过我们的管理站点上传图像时,我使用 ImageGlue 生成缩略图并在存储之前调整图像大小。您还可以通过让图像标签引用类似 url 的方式动态地执行此操作

<img src="/services/image?id=1231231&w=200&keepAspect=1">

,并让图像页面或服务生成图像并将其流回浏览器。

这并不能解决内容交付网络等问题,但它相对便宜,并且可能会为您指明正确的方向。

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

<img src="/services/image?id=1231231&w=200&keepAspect=1">

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.

远昼 2024-09-09 06:31:56

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

走过海棠暮 2024-09-09 06:31:56

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

Full version of an image

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

Tree image

More info: https://uploadcare.com/upload-api-cloud-storage-and-cdn/#crop-resize-and-transform-uploaded-images

Note: I am a co-founder :)

深巷少女 2024-09-09 06:31:56

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.

枉心 2024-09-09 06:31:56

最简单的是 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.

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