Welcome to Smogon! Take a moment to read the Introduction to Smogon for a run-down on everything Smogon, and make sure you take some time to read the global rules.
I have this python code for finding coordinates for each pixel in an image. I add 1 to y if a column is finished and 1 to x if a row has finished. The data seems fine during the for loop but when accessing the list after it, it has unknown/wrong items.
import cv2
from colormap import rgb2hex
l...