]> git.imager.perl.org - imager.git/blobdiff - TODO
fix broken commit
[imager.git] / TODO
diff --git a/TODO b/TODO
index 9cc26ef77515d51a22d99911904d0a75cef1f747..8e02267465933f3b5b11db0eba8986e497843b2a 100644 (file)
--- a/TODO
+++ b/TODO
@@ -7,6 +7,11 @@ brown-bag bugs may add intermediate releases.  The dates are goals,
 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
@@ -16,11 +21,13 @@ not commitments.
   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)
@@ -238,6 +245,10 @@ Format specific issues:
 
 - 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?