From 05d7990bc03672625595fd13c828595a46faf1b2 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Mon, 1 Jun 2020 20:57:34 +0100 Subject: [PATCH] convert: fix delay example - fixes #4064 (#4074) --- pages/common/convert.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/convert.md b/pages/common/convert.md index f3e46b3da..0590f11fc 100644 --- a/pages/common/convert.md +++ b/pages/common/convert.md @@ -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: