You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In examples, prefer buffer_rgba to print_to_buffer.
buffer_rgba avoids a copy and returns an object (a memoryview) that
knows its shape and can readily be converted to a numpy array, rather
than separately a string and a shape.
0 commit comments