Regards
snibgo wrote:I would do it like this:out.png is then the same size as in.png, but entirely black.Code: Select all
convert in.png -fill black -colorize 100 out.png
snibgo wrote:I would do it like this:out.png is then the same size as in.png, but entirely black.Code: Select all
convert in.png -fill black -colorize 100 out.png
Code: Select all
convert otherPicture.jpg -draw 'color 0,0 reset' dummy.jpg
Code: Select all
convert -size [otherPictureWidth]x[otherPictureHeight] xc:black dummy.jpg