Skip to content

Instantly share code, notes, and snippets.

@BilHim
Created February 21, 2021 02:20
Show Gist options
  • Select an option

  • Save BilHim/a51c0d8c4b0c3b2e3c7aa69b0baf36b6 to your computer and use it in GitHub Desktop.

Select an option

Save BilHim/a51c0d8c4b0c3b2e3c7aa69b0baf36b6 to your computer and use it in GitHub Desktop.
x_nearest = int(np.round(x/scale_x))
y_nearest = int(np.round(y/scale_y))
pixel = image.getpixel((x_nearest, y_nearest))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment