I have another problem, perhaps someone could help me with this. I have 2 image SD.png and inside.jpg, SD.png is a rounded image (like a 1/4 of a circle) black and transparent and inside.jpg is a picture, I want to use this image (SD.png) to make a rounded corner in the image, so I have use this comand
Code: Select all
composite -compose Xor -gravity NorthEast SD.png inside.jpg out.png
Code: Select all
composite -gravity NorthEast -compose copyopacity SD.png inside.jpg out.png
Jimmy Nimo