Skip to content

Tags: karanlyons/python-mss

Tags

v2.0.0

Toggle v2.0.0's commit message
Version 2.0.0

v1.0.0

Toggle v1.0.0's commit message
- Python 2.6 to 3.5 ready

- code purgation and review, no more debug informations
- delete --debug argument
- fix BoboTiG#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()

v0.1.1

Toggle v0.1.1's commit message
- little code review

- add doc/TESTING
- remove Bonus section from README.rst
- tests: remove test-linux binary
- MSSLinux: fix monitor count

v0.1.0

Toggle v0.1.0's commit message
- fix code with YAPF tool

- better tests and examples
- MSSLinux: fully functional using Xrandr library
- MSSLinux: code purgation (no more XML files to parse)