+0.005
+ - added a TODO section to the POD
+ - include NA in the die output from Makefile.PL if we can't
+ find supported GUI libraries/headers (RT #24486)
+ - screenshot() no longer leaks image objects caused by the Imager
+ typemap bug (RT #24992)
+
0.004 23 Jan 2007
- 0.004 release
- add ppport.h for 5.005_03 support
Requires:
Imager 0.54 or later.
- SDK header files and libraries for Win32 support
- X11 header files and libraries for X11 support.
+ Either:
+ SDK header files and libraries for Win32 support
+ and/or
+ X11 header files and libraries for X11 support.
A C compiler compatible with that used to build perl itself.
Optional:
Imager::Screenshot is licensed under the same terms as Perl itself.
+=head1 TODO
+
+Future plans include:
+
+=over
+
+=item *
+
+OS X support - I need to find out which APIs to use to do this
+
+=item *
+
+window name searches - currently screenshot() requires a window
+identifier of some sort, it would be more usable if we could supply
+some other identifier, either a window title or a window class name.
+
+=back
+
=head1 AUTHOR
Tony Cook <tonyc@cpan.org>