From d79176ea3673c852a38ff3ef9603999a342f5aef Mon Sep 17 00:00:00 2001 From: Tobias Uelwer Date: Wed, 24 Jun 2020 12:18:44 +0200 Subject: [PATCH] Add PyMatting --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c2b079b..722b774 100644 --- a/README.md +++ b/README.md @@ -739,6 +739,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [pillow](https://github.com/python-pillow/Pillow) - Pillow is the friendly [PIL](http://www.pythonware.com/products/pil/) fork. * [pyBarcode](https://pythonhosted.org/pyBarcode/) - Create barcodes in Python without needing PIL. * [pygram](https://github.com/ajkumar25/pygram) - Instagram-like image filters. +* [PyMatting](http://github.com/pymatting/pymatting) - A library for alpha matting. * [python-qrcode](https://github.com/lincolnloop/python-qrcode) - A pure Python QR Code generator. * [Quads](https://github.com/fogleman/Quads) - Computer art based on quadtrees. * [scikit-image](http://scikit-image.org/) - A Python library for (scientific) image processing.