Use https://github.com/ImageMagick/ImageMagick/discussions instead.
Skip to content
Post by anthony » 2007-08-09T19:29:08-07:00
Code: Select all
convert image1.png -fill '#ff0000' -tint 100 \ \( image2.png -fill '#00ff00' -tint 100 \) \ -mosaic output.png
Return to “Users”