Page 1 of 1

Morph and clone the layers

Posted: 2016-09-06T08:44:48-07:00
by agriz

Code: Select all

convert \( img_1.png img_2,png -morph \) output 
This code gives me 7 images of img_1 and img_2

but

Code: Select all

convert \( img_1.png img_2,png -morph \) \( img_3,png \) output 
is giving 12 img_1, img_2 and img_3 in different variant.

Why?
i should get only img_1 and img_2 in seven variant and finally one img_3
But it is not working as expected

IM 7.0.2

Re: Morph and clone the layers

Posted: 2016-09-06T08:48:48-07:00
by agriz
Sorry. It is working. I didnt check the right images. :)