crop inside a composite image
Posted: 2008-01-22T16:37:31-07:00
hello,
I have a little problem using imagemagick.
What i want to do is create an image with x images.
It is working perfectely like this :
convert -size 285x285 xc:#1582cb \
image1.jpg -geometry 129x65+13+15 -composite \
image2.jpg -geometry 114x51+159+217 -composite \
final.jpg
But it take exactely image1.jpg and image2.jpg. I want to make a crop from this images in add.
Thanks for your answers..
I have a little problem using imagemagick.
What i want to do is create an image with x images.
It is working perfectely like this :
convert -size 285x285 xc:#1582cb \
image1.jpg -geometry 129x65+13+15 -composite \
image2.jpg -geometry 114x51+159+217 -composite \
final.jpg
But it take exactely image1.jpg and image2.jpg. I want to make a crop from this images in add.
Thanks for your answers..