hbldh / hitherdither

Dithering algorithms for arbitrary palettes in PIL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cluster dot dithering isn't included in the module

vitorio opened this issue · comments

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.

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...