Use https://github.com/ImageMagick/ImageMagick/discussions instead.
Skip to content
Post by Ravinderjit S.Sidhu » 2007-11-01T04:12:55-07:00
Code: Select all
convert -resample 72x72 -depth 8 -geometry 300x200! xc:lightblue ^ -draw "image over 5,5 90,90 'imageB.png' " ^ imageA.png
Post by Bonzo » 2007-11-01T13:03:10-07:00
composite -blend 50 -gravity center imageB.png imageA.png -matte output.png
Post by Ravinderjit S.Sidhu » 2007-11-07T03:30:46-07:00
Return to “Users”