[ANN] win32screenshot 1.0.6

Hello!

I've released new version of the Win32::Screenshot gem - Capture
Screenshots on Windows with Ruby to bmp, gif, jpg or png formats!

Changelog:
* Screenshot will be taken of the whole window instead of client area
- e.g. with title bar and such.
* Added :context option to specify which area to take screenshot of -
possible values are :window or :client
   Win32::Screenshot::Take.of(:window, :hwnd => 1234, :context
=> :client)

Install:
gem install win32screenshot

Check out the README at GitHub https://github.com/jarmo/win32screenshot
for USAGE.

Jarmo Pertman

···

-----
IT does really matter - http://itreallymatters.net

--
Posted via http://www.ruby-forum.com/.