Skip to content

Commit

Permalink
TIL: convert webp to gif
Browse files Browse the repository at this point in the history
  • Loading branch information
pew committed Jan 22, 2024
1 parent c515bc7 commit 4a48e98
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions man/imagemagick.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4a48e98

Please sign in to comment.