convert: add example for creating a gif (#2235)
This commit is contained in:
@@ -17,3 +17,7 @@
|
|||||||
- Horizontally append images:
|
- Horizontally append images:
|
||||||
|
|
||||||
`convert {{image1.png}} {{image2.png}} {{image3.png}} +append {{image123.png}}`
|
`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}}`
|
||||||
|
Reference in New Issue
Block a user