0.46: (September 2005)
+- check remaining memory allocation calls for integer overflows
+ http://rt.cpan.org/NoAuth/Bug.html?id=8213
+
+- fix Imager::Color warning when $ENV{HOME} isn't set from
+ _get_gimp_color()
+ http://rt.cpan.org/NoAuth/Bug.html?id=13143
+
+- module version numbers
+ http://rt.cpan.org/NoAuth/Bug.html?id=13047
+
+- rework handling of antialiasing and other transparency against
+ transparent images
+
+ Places to check:
+ - text AA rendering
+ - AA line drawing
+ - anything that uses combine (fills in particular)
+ http://rt.cpan.org/NoAuth/Bug.html?id=11972
+
- allow limits to be set on the size of an image read from a file. This is
to prevent an attacker supplying huge images that consume all of
memory causing a denial of service attack.
+- implement gsamp()/gsampf()/plin() etc methods for those low level image
+ interfaces which don't yet have methods.
+ - code
+ - test
+ - document
+
- add Imager::Tutorial (see Tk::UserGuide for a structure)
don't cover installation - belongs in README or INSTALL
it doesn't need to cover everything - read/write/create/simple drawing
- add 5 more recipes to Imager::Cookbook
-- implement gsamp()/gsampf()/plin() etc methods for those low level image
- interfaces which don't yet have methods.
-
- implement i_incomplete for png and gif files.
- documentation audit, check:
- check POD sections (SEE ALSO in particular)
(#1521, #5608, #8231, #11429, #13058)
-- rework handling of antialiasing and other transparency against
- transparent images (#11972)
-
- Places to check:
- - text AA rendering
- - AA line drawing
- - anything that uses combine (fills in particular)
-
-- module version numbers
- http://rt.cpan.org/NoAuth/Bug.html?id=13047
-
Speculation
-----------