Il want to do something like that (it is a tempalte and not the real pictures) :

The black picture (the blue is the transparent color) have a background (the green picture).
So i use this in command line :
Code: Select all
convert ( background.jpg -resize 960x576 -geometry +50+50 ) black.png -composite result.pnghow can i do this ?