开发者

Can I compress a file with image_magick and carrierwave gems?

开发者 https://www.devze.com 2023-03-01 01:19 出处:网络
carrierwave with image_magick (and rmagick for that matter) provides methods such as resize_to_fit, etc.

carrierwave with image_magick (and rmagick for that matter) provides methods such as resize_to_fit, etc.

Is there a method I can call to compress my images by, say,开发者_如何学C 50%?


All you need to know is in the WIKI: https://github.com/jnicklas/carrierwave/wiki/How-to%3A-Specify-the-image-quality

0

精彩评论

暂无评论...
验证码 换一张
取 消