1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 18:45:59 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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: