[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] Crop Image with Numeric



On 7/5/06, Kamilche <klachemin@xxxxxxxxxxx> wrote:
if alpha[x][y] > 0:

Strip ">0" from that line. That is, change it to "if alpha[x][y]:".


-- Rikard.