From 4232eb56cbf6e3646c5c85c08ba5b6c2d9b23ba5 Mon Sep 17 00:00:00 2001 From: Benjamin Grant Date: Mon, 21 Jun 2021 17:23:33 +1000 Subject: [PATCH] convert: add .ico example (#6143) --- pages/common/convert.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/common/convert.md b/pages/common/convert.md index 780cb77d0d..3e9bb274da 100644 --- a/pages/common/convert.md +++ b/pages/common/convert.md @@ -30,3 +30,7 @@ - Create an image with nothing but a solid background: `convert -size {{800x600}} "xc:{{#ff0000}}" {{image.png}}` + +- Create a favicon from several images of different sizes: + +`convert {{image1.png}} {{image2.png}} {{image3.png}} {{image.ico}}`