composite image from the center
Posted: 2008-05-24T01:39:49-07:00
hello again, i have another question (sorry for bugging)
i am trying to make a composite of 2 images and i always use this type of command
composite -dissolve 100% -geometry +24+5 file1.png file2.png file3.png
but there is sometimes when i want to put a image over other one but the corner of the first is out of the coordinates of the second image. so i put it from the bottom right cordinates.
composite -dissolve 100% -geometry -24-5 file1.png file2.png file3.png
but there is now a new problem, when i try to put a image over a second image and ALL the corners are outside of the coordinate system (like when i try to put a image with rotation in the corner of the second image and all the corners are out of the system). there is a way to make a composite with the coordinate of the center of the top image, i mean, i can have that coordinate but i don't know how i can make the composite. someone could help me?
i am trying to make a composite of 2 images and i always use this type of command
composite -dissolve 100% -geometry +24+5 file1.png file2.png file3.png
but there is sometimes when i want to put a image over other one but the corner of the first is out of the coordinates of the second image. so i put it from the bottom right cordinates.
composite -dissolve 100% -geometry -24-5 file1.png file2.png file3.png
but there is now a new problem, when i try to put a image over a second image and ALL the corners are outside of the coordinate system (like when i try to put a image with rotation in the corner of the second image and all the corners are out of the system). there is a way to make a composite with the coordinate of the center of the top image, i mean, i can have that coordinate but i don't know how i can make the composite. someone could help me?