hbldh / hitherdither

Dithering algorithms for arbitrary palettes in PIL
MIT License
206 stars 21 forks source link

Cluster dot dithering isn't included in the module #2

Closed vitorio closed 6 years ago

vitorio commented 6 years ago

There's no import statement for the cluster dot dithering module, so it's not accessible.

ordered/__init__.py needs from . import cluster added to it, which makes it accessible.

hbldh commented 6 years ago

Corrected this for version 0.1.5 now present master branch. Thank you!

The reason for not adding it in the first place was that I had not tested it at all. Have now, works with color images at least. As with most everything else in hitherdither it does not handle greyscale...