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
Images with white (0xff,0xff,0xff) color results segfault because condition in loop while (MCQuantization.c:81) is less OR EQUAL 0xff.
Solution : Change to <= to <
The text was updated successfully, but these errors were encountered:
7890
added a commit
to 7890/dither
that referenced
this issue
May 13, 2021
Images with white (0xff,0xff,0xff) color results segfault because condition in loop while (MCQuantization.c:81) is less OR EQUAL 0xff.
Solution : Change to <= to <
The text was updated successfully, but these errors were encountered: