brendan-duncan / image

Dart Image Library for opening, manipulating, and saving various different image file formats.
MIT License
1.14k stars 255 forks source link

Fixed quantizer selection conditions #649

Closed yegor-pelykh closed 2 months ago

yegor-pelykh commented 2 months ago

After your recent changes to add a BinaryQuantizer, you made an inaccuracy in the conditions by which the quantizer is selected.

I would suggest applying these changes.

brendan-duncan commented 2 months ago

Thanks for catching my sloppy change :-)