Sikerdebaard / coronacheck-tools

Unofficial tool to verify, encode and decode the domestic QR code from CoronaCheck.nl. Not affiliated with CoronaCheck.nl or Ministry of VWS.
MIT License
38 stars 9 forks source link

TODO: migrate cv2 -> Pillow #16

Open Sikerdebaard opened 2 years ago

Sikerdebaard commented 2 years ago

cv2 is a bit heavy for the limited image processing tasks done by this library. Migrating cv2 to Pillow would make this library a lot faster to install on systems where cv2 wheels aren't necessarily available. E.g. some linux arm systems.