how I could use clone in this code ?
Posted: 2018-09-11T16:49:35-07:00
				
				Im trying use clone , but i dont know how I could use clone instead z1.png
please help me
this is my working code
this is like code that i want
			please help me
this is my working code
Code: Select all
convert z1.gif \(  \( z1.gif    -morphology Hit-and-Miss '3x3:1,0,1 -,1,- -,-,-'   \) -negate -transparent white  \)     \(  \( z1.gif    -morphology Hit-and-Miss  '4x3:1,0,0,1 -,1,1,- -,-,-,-'    \) -negate -transparent white  \)  -composite   z3.gif;
Code: Select all
convert z1.gif \(  \( -clone 0--1    -morphology Hit-and-Miss '3x3:1,0,1 -,1,- -,-,-'   \) -negate -transparent white  \)     \(  \(-clone 0--1    -morphology Hit-and-Miss  '4x3:1,0,0,1 -,1,1,- -,-,-,-'    \) -negate -transparent white  \)  -composite   z3.gif;