Resizing and overlay in the same command line
Posted: 2010-01-18T03:28:43-07:00
Hello,
I know how to resize an image and how to overlay two images but if there is possible to do the 2 functions in same command line ?
This is my example :
I don't have errors but the the result is not correct.
Please help me.
Thanks.
I know how to resize an image and how to overlay two images but if there is possible to do the 2 functions in same command line ?
This is my example :
Code: Select all
convert.exe -resize 100x100! BIG_IMAGE.PNG -composite -gravity center LITTE_IMAGE.PNG FINAL_IMAGE.PNG
Please help me.
Thanks.