0

私のコードはこのように書かれています。
アップロードした画像ファイルに「text_here」を挿入します。
このテキストは白い色で、後ろに黒い影があります。-pointsize 15を 2 回
述べているにもかかわらず、それは

has_attached_file :user_avatar,
    :styles => {
    :thumb=> "100x100>",
    :small  => "400x400>" }, 
     :convert_options => {
     :small => ' -gravity south -stroke "#000C" -strokewidth 2 -annotate 0 " text_here! " -pointsize 15 -stroke none -fill white -annotate 0 " text_here! " -pointsize 15' }
4

1 に答える 1