A python module that uses PIL/Pillow to give images a halftone effect
h = halftone.Halftone("/path/to/myimage.jpg") AttributeError: module 'halftone' has no attribute 'Halftone'. Did you mean: 'halftone'? This error comes up when running: import halftone h = halftone.Halftone("/path/to/myimage.jpg") h.make()
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by TudorBirlea and has received 5 comments.