You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the Wikipedia article linked in the README (and from a quick test in my terminal), valid values for the 8-bit color mode include the range [232,255] for grayscale values, but it seems the library doesn't support this. use_classes: true seems to still work as expected, so it really just seems to be the conversion from palette color to RGB that is not supported:
According to the Wikipedia article linked in the README (and from a quick test in my terminal), valid values for the 8-bit color mode include the range [232,255] for grayscale values, but it seems the library doesn't support this.
use_classes: true
seems to still work as expected, so it really just seems to be the conversion from palette color to RGB that is not supported:Converting to JSON instead produces similar results.
The text was updated successfully, but these errors were encountered: