convert: fix delay example - fixes #4064 (#4074)

This commit is contained in:
Starbeamrainbowlabs
2020-06-01 20:57:34 +01:00
committed by GitHub
parent 6f62b8030c
commit 05d7990bc0

View File

@@ -25,7 +25,7 @@
- Create a gif from a series of images with 100ms delay between them:
`convert {{image1.png}} {{image2.png}} {{image3.png}} -delay {{100}} {{animation.gif}}`
`convert {{image1.png}} {{image2.png}} {{image3.png}} -delay {{10}} {{animation.gif}}`
- Create an image with nothing but a solid background: