Skip to content

Commit

Permalink
[#68] Add imageio to README
Browse files Browse the repository at this point in the history
  • Loading branch information
quicklizard99 committed Oct 29, 2021
1 parent f92fdf7 commit 755ae60
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Expand Up @@ -7,8 +7,8 @@ pylibdmtx
.. image:: https://badge.fury.io/py/pylibdmtx.svg
:target: https://pypi.python.org/pypi/pylibdmtx

.. image:: https://travis-ci.org/NaturalHistoryMuseum/pylibdmtx.svg?branch=master
:target: https://travis-ci.org/NaturalHistoryMuseum/pylibdmtx
.. image:: https://img.shields.io/github/workflow/status/NaturalHistoryMuseum/pylibdmtx/Tests/master?label=tests
:target: https://github.com/NaturalHistoryMuseum/pylibdmtx/actions?query=workflow%3A%22Tests%22

.. image:: https://coveralls.io/repos/github/NaturalHistoryMuseum/pylibdmtx/badge.svg?branch=master
:target: https://coveralls.io/github/NaturalHistoryMuseum/pylibdmtx?branch=master
Expand All @@ -17,7 +17,7 @@ Read and write Data Matrix barcodes from Python 2 and 3 using the
`libdmtx <http://libdmtx.sourceforge.net/>`__ library.

- Pure python
- Works with PIL / Pillow images, OpenCV / numpy ``ndarray``\ s, and raw bytes
- Works with PIL / Pillow images, OpenCV / imageio / numpy ``ndarray``\ s, and raw bytes
- Decodes locations of barcodes
- No dependencies, other than the libdmtx library itself
- Tested on Python 2.7, and Python 3.5 to 3.10
Expand Down

0 comments on commit 755ae60

Please sign in to comment.