Re: [pygame] convert() bug?

2008-01-01 Thread hwg
Thanks for the explanation. I have another, related question... What image formats are supported cross-platform (Windows, Linux, Mac) by default in Pygame, without using any other modules or external graphics aupport? Thanks, hwg - Original Message From: Brian Fisher <[EM

Re: [pygame] convert() bug?

2007-12-28 Thread hwg
I would expect there to be black all around the ball If I remove the line that uses convert(), the black line goes away. I tried convert_alpha, and that works as well, but the black line still puzzles me, hwg - Original Message From: Ethan Glasser-Camp <[EMAIL PROTECTED]> To: pygam

[pygame] convert() bug?

2007-12-17 Thread hwg
When I use convert() on a png file, the image displays with a 1-pixel wide black line across the bottom of the image. If i use the image without using convert(), the black line is not there. Has anyone seen this before or know what causes it? Thanks, hwg

Re: Fwd: [pygame] Problems with py2exe and Pygame

2007-12-05 Thread hwg
. Strange. But at least now I can distribute it. hwg > Try manually putting the font into library.zip. On Dec 4, 2007 1:57 PM, Casey Duncan <[EMAIL PROTECTED]> wrote: > > > On Dec 4, 2007, at 1:19 PM, Joe Johnston wrote: > > > hwg wrote: > >> I'm trying

[pygame] Problems with py2exe and Pygame

2007-12-04 Thread hwg
me 1.7.1 and a recent version of py2exe (I don't know how to find the version number, but the modified date on the build_exe.py file is October 3, 2007). This is the first time I'm trying to make exe's of Pygame programs. Any help would be appreciated. hwg _