Home
Head's Up: I'm in the middle of upgrading my site. Most things are in place, but there are something missing and/or broken including image alt text. Please bear with me while I'm getting things fixed.

Put One Image On Another Image While Resizing It With ImageMagick

magick convert background.png foreground.png - gravity NorthWest - geometry 100x50+20+80 - composite output.png

This resizes foreground.png to 100x50 pixels and puts it on the background.png image 20 pixels over and 80 pixels down from the top left.