From a010a7d3c57e085cde76b1b6de854619eebe378d Mon Sep 17 00:00:00 2001 From: Tony Cook Date: Thu, 30 Aug 2001 12:48:53 +0000 Subject: [PATCH] based on discussion with lathos on IRC --- TODO | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/TODO b/TODO index e9d65050..d43e25b3 100644 --- a/TODO +++ b/TODO @@ -46,15 +46,15 @@ New Features: - utf8 support for text output - image rotation, 3 ways of doing rotation: - - exact multiple of 90 degrees (the easy case) (done) - - rotation by exact angles that results in no scaling, using - interpolation to produce a good result (done) - rotation by shearing, which produces makes lengths in the image larger, but could be useful + (2 of the 3 have been done) - read_multi() needs to handle other multi-image types, such as TIFF (probably the most common) +- hatched fills + Clean up: - Make sure everything is doable with the OO interface i_flood_fill() for example.