gpt4 book ai didi

imagemagick - 回形针将图像保存为白色背景的 jpg

转载 作者:行者123 更新时间:2023-12-04 03:29:15 25 4
gpt4 key购买 nike

我想知道如何将带有 alpha channel 的 png 和 gif 文件转换为带有回形针的白色背景的 jpg

我试过这个,但它不起作用

has_attached_file( 
:photo,
:whiny => false,
:styles => {
:medium => ["300x300>", :jpg],
:thumb => ["100x100>", :jpg]
},
:convert_options => { :all => '-alpha white -background white'}
)

它以灰色背景保存文件。

最佳答案

这里的解决方案

has_attached_file :photo,
:styles => {
:medium => ["300x300>",:jpg],
:thumb => ["100x100>", :jpg]
},
:convert_options => {
:all => '-background white -flatten +matte'
}

关于imagemagick - 回形针将图像保存为白色背景的 jpg,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2179429/

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