简体   繁体   English

从Amazon S3提取图像

[英]Pulling images from Amazon S3

I upload full sized images to Amazon S3 from my rails app. 我从Rails应用程序将完整尺寸的图像上传到Amazon S3。 Is there anyway to pull thumbnail sized versions instead of the full image as the images are quite large? 无论如何,由于图像很大,因此是否需要拉缩略图的版本而不是完整图像? Or do I have to also upload thumbnail sized images to be able to do this? 还是我还必须上传缩略图大小的图像才能执行此操作?

您将需要在S3上存储要检索的尺寸,或在S3上创建一个图像服务器,该图像服务器将处理调整大小逻辑以提供您请求的尺寸。

您需要上传缩略图。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM