Skip to content

Commit

Permalink
add information on how to run oxypng
Browse files Browse the repository at this point in the history
  • Loading branch information
0x53A committed Nov 7, 2024
1 parent 87de368 commit 0f5f767
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ npm install --global markdownlint-cli2
```


## Oxypng

We use [oxpng](https://github.com/shssoichiro/oxipng) to optimize image file size.
You can install it with ``cargo install oxipng``
and then run it with ``oxipng --strip safe --alpha -r src``.


## Contributing

This repository is for documentation only. Please open pull requests targeting the gdext library itself in the [main repo][gdext].
Expand Down

0 comments on commit 0f5f767

Please sign in to comment.