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
How do I get access to the raw buffer in an AutoPy bitmap?
autopy.bitmap.Bitmap includes an implementation of the bytes function for access to the RGBA buffer. E.g., to convert a bitmap to a PIL image you can use the following: