答え1
あなたはそれを使用することができますイメージマジシャン。次の例のようなものを使用してサークルカットビデオ。
convert original_image.png \
\( +clone -threshold -1 -negate -fill white -draw "circle 64,64 64,0" \) \
-alpha off -compose copy_opacity \
-composite circle_image.gif
よりimagemagickで好きな形の画像を作成するには?ImageMagickフォーラムでもっと学びましょう。