-
Notifications
You must be signed in to change notification settings - Fork 6
The Colors of the bot is mismatched somehow #11
Comments
The color transform function uses an algorithm to calculate the similarity of colors. It will transfer your image pixel's color into a numerically similar color. So it may seem not like the origin color. |
What did you mean manually set start_coords on every account? |
Setting start_coords ,every accont will place different area pixels instead of upper left area. This will help ease the problem. |
So, I can give each account a area to draw. Can you illustrate? I don't understand. |
Suppose we have an 5x3 image where each pixel is represented by a letter like this: if i set an account's start_coords to [0,1], it will start placeing from pixel f. and if start_coords is [2,1], it will start placeing from pixel h (zero-based count). |
How this suppose to fix the issue if the script will and always put h pixel on that account? |
Just ease, it cannot actually solve the problem. |
Colors of the bot trying to put is mismatched and sometimes the bot won't detect the existing of the color and replaces it anyway.
The text was updated successfully, but these errors were encountered: