Re: [pygame] Mask problem

2010-08-23 Thread inigo delgado
O thanks, it's true I have test and appears to be well, I will send output to a file to analize it. Thanks :) 2010/8/23 jug > "mask.outline(): Returns a list of points of the outline of the first > object it comes across in a Mask" (docs) > -> this method gives you all points that build the outl

Re: [pygame] Mask problem

2010-08-23 Thread jug
"mask.outline(): Returns a list of points of the outline of the first object it comes across in a Mask" (docs) -> this method gives you all points that build the outline of an object on the mask. Thus, all these points are set on the mask. If you want to print all pixels of the mask, you need to

[pygame] Mask problem

2010-08-23 Thread inigo delgado
Hi all: I have missunderstand something from masks, this is my problem: I have a program that rounds frames in a minimum rects and saves the coordinates of them in a file, that way I know where, in a picture, are the frames of a animation and can get them easily. I took all the frames of an anim