not commitments.
0.45: (march 2005?)
+- resolve fills test failure under 5.8.6/darwin
+ http://www.nntp.perl.org/group/perl.cpan.testers/202802
+ add tests to check if the same problem occurs with other ?: operators
+- stop tga_header_verify() from spewing junk to stdout (done)
+- fix i_setcolors_p bug (done)
- audit pnm.c (done)
- audit tga.c (done)
- audit rgb.c and add tests
caching. If FT1 is faster, add caching as a TODO for FT2.
- add XS for i_tags_get_string() and test it. It has an apparent problem
in C<< sprintf(value, "%d", entry->data); >> since data is a pointer
+ (done)
- test and fix problem with fallback value for
Imager::Font::BBox->advance_width. (done)
+- check handling of string() method align parameter. (done, fixed)
- i_tt_bbox_inst in font.c uses variable i without ever setting it. (fixed)
- add sample CGI that handles an uploaded image (done)
-- examples for fountain filter in Imager::Filters
+- examples for fountain filter in Imager::Filters (done)
- allow Imager::Fountain to take color descriptions (eg. blue, FF000)
instead of color objects for c0 and c1 (done)
- support newer GIMP gradient files with the Name line (done)
- handle 16-bit/sample pgm/ppm files
+- "jpeg lossless rotation" - directly manipulates the JPEG
+ representation to rotate, scale or in some limited cases, crop an
+ image.
+
Documentation:
- Add to the documentation
- Write a tutorial?