소스 검색

convert: add vertical append example (#3581)

Jason Ge 5 년 전
부모
커밋
b777d86b57
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      pages/common/convert.md

+ 4 - 0
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}}`