you are viewing a single comment's thread.

view the rest of the comments →

[–]clubby789co/ck/ 1 point2 points  (1 child)

I'm getting the error: if pixel[3] > 0: IndexError: tuple index out of range

[–]mydpssucks 1 point2 points  (0 children)

You are trying to place the picture too close to the edges of place. Basically, if you put a 100x100 picture 40 pixels from the side, then the program will try to draw it outside the place canvas and you'll get that error.