From ac432a27a43a8aa0ed0dfca85c558e3935509029 Mon Sep 17 00:00:00 2001 From: Tony Cook Date: Fri, 22 Apr 2005 05:43:06 +0000 Subject: [PATCH] some stuff done --- TODO | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index be5b839f..b3e54508 100644 --- a/TODO +++ b/TODO @@ -14,10 +14,11 @@ not commitments. - implement i_incomplete for bmp files - check if freetype 2 is faster/slower than freetype 1 with Imager's glyph caching. If FT1 is faster, add caching as a TODO for FT2. -- add XS for i_tags_get_string() and test it. +- 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 - test and fix problem with fallback value for Imager::Font::BBox->advance_width. (done) -- i_tt_bbox_inst in font.c uses variable i without ever setting it. +- 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 - allow Imager::Fountain to take color descriptions (eg. blue, FF000) -- 2.39.5