On, Tue Jan 08, 2008, Lenard Lindstrom wrote:
Enclosed is a program that uses pixels_alpha to assign alpha to a surface.
It displays two green rectangles, the top one using numpy, the bottom one
using Numeric for reference. The center of each rectangle should have alpha
0, as is the case with the bottom rectangle, which appears as a green frame
with the white background showing through. The numpy rectangle is
scrambled. It would appear the array is not properly aligned with the
surface's pitch. The rectangle displays correctly with image_size = (64,
64).
Thanks. It's fixed in rev. 1073. No idea, what I did there, but it was
complete rubbish :-).