Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
rMagick とポラロイド効果についてです。
image = image.polaroid do self.font = "Tahoma" self.caption = name #self[:caption] = name self.shadow_color = "gray40" self.pointsize = 12 end
これがキャプションを変更しようとした方法ですが、両方のバージョンが機能しません。
何か案は?
あなたのジョーン。
image[:caption] = nameポラロイド効果を実行する前に大丈夫です
image[:caption] = name