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

[pygame] pygame.Overlay data format



I have images in YV12 that I want to display using Overlay, but I
don't fully understand the required input. The documentation says to
use "strings of binary data" for y, u, and v respectively. Does this
mean ASCII encoded binary (each character representing a byte) or does
this mean a string like "01111000"?