ClayFlannigan / halftone

Generate CMYK halftone images
Apache License 2.0
31 stars 7 forks source link

Fixes for Py3 and Newer numpy #4

Open FoamyGuy opened 1 year ago

FoamyGuy commented 1 year ago

This would resolve: #3

These changes allow the project to work under more modern systems and library versions.

I also noticed that -l is missing from the readme, so I added that as well.

I was able to get it working with these changes on Python 3.10 and numpy 1.24.3

It does not seem like this project is active, so I'm guessing this may never get merged, but hopefully it can help someone who is trying to get this working.