diff --git a/pages/common/convert.md b/pages/common/convert.md index bf0cd63e83..f3e46b3dab 100644 --- a/pages/common/convert.md +++ b/pages/common/convert.md @@ -19,6 +19,10 @@ `convert {{image1.png}} {{image2.png}} {{image3.png}} +append {{image123.png}}` +- Vertically append images: + +`convert {{image1.png}} {{image2.png}} {{image3.png}} -append {{image123.png}}` + - Create a gif from a series of images with 100ms delay between them: `convert {{image1.png}} {{image2.png}} {{image3.png}} -delay {{100}} {{animation.gif}}`