Please I need help with something. I have a gif image as a background, and I need to resize an overlay image which is a png.
By cli, I tried:
Code: Select all
convert +dither 600x339-star-wars.gif -coalesce null: ninja-100x100.png -geometry 200x+40+40 -layers composite -layers optimize test2.gif
I've been checking http://www.imagemagick.org/script/comma ... p#geometry
Images are:
600x339-star-wars.gif => https://thechive.files.wordpress.com/20 ... .gif?w=600
ninja-100x100.png => https://imagenes.es.sftcdn.net/es/scrn/ ... 00x100.png
I'm using: Version: ImageMagick 6.9.5-5 Q16 x86_64 2016-08-07 http://www.imagemagick.org
Thanks in advance!