アルファチャンネル付きの png および gif ファイルをペーパークリップ付きの白い背景の jpg に変換する方法を知りたいです
私はこれを試しましたが、うまくいきません
has_attached_file(
:photo,
:whiny => false,
:styles => {
:medium => ["300x300>", :jpg],
:thumb => ["100x100>", :jpg]
},
:convert_options => { :all => '-alpha white -background white'}
)
灰色の背景でファイルを保存します。