# One can append a slice of one image to a slice of
# another as follows - for n such cases.
convert A1.gif -crop w1xh1+0+h2 \
\( B1.gif -crop w1xh3+0+0 \) \
-append C1.gif
convert A2.gif -crop w1xh1+0+h2 \
\( B2.gif -crop w1xh3+0+0 \) \
-append C2.gif
...............................
convert An.gif -crop w1xh1+0+h2 \
\( Bn.gif -crop w1xh3+0+0 \) \
-append Cn.gif
# A. How can this be done for the same sets of images
# by invoking convert just once?
# Thinking I had a reasonable idea of how ImageMagick
# worked, I have tried various combinations using both
# +delete and -write to no avail.
# B. What is the ImageMagick process in achieving A.?
Damien
_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users