Code: Select all
convert input +clone -background black -fill white -draw "roundRectangle 50,0 200,300 10,10" -composite output
Code: Select all
convert input +clone -background black -fill white -draw "roundRectangle 50,0 200,300 10,10" -composite output
Code: Select all
convert input -resize x300 ( +clone -fill white -colorize 100% -fill black -draw "roundRectangle 50,0 200,300 10,10" ) -composite output