Difference of RGBSurface between new picture(x,x) and new picture (x,x,x)?

In: Fonts mit Bold und Italic listen I posted a kind of hack to ‘restore’ the old fashion using fonts with bold and italic. Today I realized that this hack does not work with picture(x,x,x). This seems to imply that the pixel.values in RGBSurface are somehow changed. I there a documentation about this?

It depends on which signature you’re talking about.

Width, Height = new pictures with alpha

Width, Height, Depth = old style pictures with a mask

Width, Height, Picture() = New picture with multiple resolutions

1 Like