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

client-spec/clarity
Starbeamrainbowlabs 2020-06-01 20:57:34 +01:00 committed by GitHub
parent 6f62b8030c
commit 05d7990bc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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: