Skip to content

Commit

Permalink
docs: add badges to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tfuxu authored Sep 9, 2023
1 parent 68f4844 commit ff7aa11
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
<img src="data/images/david_dithered.png" align="left" height="96px" vspace="10px">

# Dither Go!
[![PyPI - Version](https://img.shields.io/pypi/v/dither-go)](https://pypi.org/project/dither-go/)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/dither-go)
[![Build Wheels](https://github.com/tfuxu/dither-go/actions/workflows/build_wheel.yml/badge.svg)](https://github.com/tfuxu/dither-go/actions/workflows/build_wheel.yml)

Dither Go! is a fast image processing library, making use of `dither` Golang library to provide the most correct image dithering.

Expand Down

0 comments on commit ff7aa11

Please sign in to comment.