Rails回形针有没有办法在不使用imagemagick的情况下调整图像大小

时间:2020-11-29 15:58:52

I have been using the paperclip gem at https://github.com/thoughtbot/paperclip. Is there any way of resizing images using paperclip alone, without having to use Imagemagick? If not, are there any other gems/plugins that do not require ImageMagick to resize images on upload?

我一直在https://github.com/thoughtbot/paperclip上使用paperclip gem。有没有办法单独使用回形针调整图像大小,而不必使用Imagemagick?如果没有,是否有任何其他宝石/插件不需要ImageMagick来上传图像大小?

Thanks All, any ideas will be much appreciated.

谢谢大家,任何想法将不胜感激。

1 个解决方案

#1


1  

you can use fastimage_resize. it is light, but less powerfull

你可以使用fastimage_resize。它很轻,但不那么强大

#1


1  

you can use fastimage_resize. it is light, but less powerfull

你可以使用fastimage_resize。它很轻,但不那么强大