gpt4 book ai didi

ruby-on-rails - 回形针未将图像调整为指定尺寸

转载 作者:行者123 更新时间:2023-12-04 03:47:43 24 4
gpt4 key购买 nike

尽管我附上了大图,但图片确实会调整大小但不会调整到指定的尺寸。例如,“791 X 1015”图像的大小调整如下

指定 - 调整大小
400×250 - 195×250
89 X 50 - 39 X 50

这是我的代码:

has_attached_file :data, :styles => { :medium => "400x250>", :small => "150x150>", :thumb => "80x50>" }

我在用

回形针 2.3.8
ruby 1.8.7
rails 2.3.2
Ubuntu 10.04

有什么想法吗?谢谢!

最佳答案

ImageMagick 保持图像纵横比

widthxheight>   Change as per widthxheight but only if an image dimension exceeds a specified dimension

因此,对于 791 x 1015 像素的图像,它会被调整为 195 x 250 的图像。如果您希望它适合 400 x 250 且忽略纵横比,则必须使用 widthxheight!

更多信息在这里:
http://www.imagemagick.org/script/command-line-processing.php#geometry

关于ruby-on-rails - 回形针未将图像调整为指定尺寸,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4487456/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com