I've got a problem with something I'm trying to do.
Basically - I have 2 images -
/var/home/domain/domain.pro/www/static_lite/background.gif (400x300, with gray background)
..and then the image I wanna overlay (in the middle of the above image);
/var/home/domain/domain.pro/www/static_lite/lite_images/3/preview-93-GForum_logo.gif - a normal gif, that is only 100x50
The command I'm using is:
Code: Select all
composite -gravity center /var/home/domain/domain.pro/www/static_lite/background.gif /var/home/domain/domain.pro/www/static_lite/lite_images/3/preview-93-GForum_logo.gif
TIA
Andy