Super impose
Posted: 2011-08-05T02:39:31-07:00
Dear Friends,
I want to superimpose two images, second image is 25% resized of original only. Now each time I try to superimpose, it does it with center alignment only. I want to offset it by few pixels. I had tried geometry switch but it is not working for me. Surely I am missing something somewhere please guide me.
Code : In which I am passing file name with %1
convert %1 -resize 25%% r_%1
convert %1 r_%1 -compose Multiply -gemometry -50 -50 -composite n_%1
I want to superimpose two images, second image is 25% resized of original only. Now each time I try to superimpose, it does it with center alignment only. I want to offset it by few pixels. I had tried geometry switch but it is not working for me. Surely I am missing something somewhere please guide me.
Code : In which I am passing file name with %1
convert %1 -resize 25%% r_%1
convert %1 r_%1 -compose Multiply -gemometry -50 -50 -composite n_%1