From 4a48e98354c8eeabfde3f0bba4065eb5ca0bcfbe Mon Sep 17 00:00:00 2001 From: Jonas Wagner Date: Mon, 22 Jan 2024 08:26:53 +0000 Subject: [PATCH] TIL: convert webp to gif --- man/imagemagick.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/man/imagemagick.md b/man/imagemagick.md index 1c7c4b3..072ed8d 100644 --- a/man/imagemagick.md +++ b/man/imagemagick.md @@ -60,6 +60,14 @@ brew install potrace and you should be good to go +## animated webp to gif + +```shell +magick mogrify -format gif filename.webp +``` + +[source](https://superuser.com/a/1795252) + ## image to c array useful if you're going crazy with some cool e-paper/e-ink displays and an esp32.