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
- Python 2.6 to 3.5 ready
- code purgation and review, no more debug informations
- delete --debug argument
- fixBoboTiG#5: add a shortcut to take automatically use the proper MSS class
- MSS: few optimizations into save_img()
- MSSMac: remove rotation from informations returned by enum_display_monitors()
- MSSLinux: fix object has no attribute 'display' into __del__
- MSSLinux: use of XDestroyImage() instead of XFree()
- MSSLinux: optimizations of get_pixels()
- MSSWindows: huge optimization of get_pixels()
- fix code with YAPF tool
- better tests and examples
- MSSLinux: fully functional using Xrandr library
- MSSLinux: code purgation (no more XML files to parse)