]> git.imager.perl.org - imager.git/commitdiff
put off antialiasing work
authorTony Cook <tony@develop=help.com>
Tue, 28 Jun 2005 14:13:10 +0000 (14:13 +0000)
committerTony Cook <tony@develop=help.com>
Tue, 28 Jun 2005 14:13:10 +0000 (14:13 +0000)
TODO

diff --git a/TODO b/TODO
index 71ac3a9434e57d243a308bb8b8696db97b602450..f8b33658ba9cff4ec7220ab5c0c43a6e77b3f37f 100644 (file)
--- a/TODO
+++ b/TODO
@@ -18,15 +18,6 @@ not commitments.
 - 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.
@@ -52,8 +43,25 @@ not commitments.
     a range of examples
   - check each method description to ensure it's reasonably clear.
   - check POD sections (SEE ALSO in particular)
+  - multiple examples for writing GIF images.
   (#1521, #5608, #8231, #11429, #13058)
 
+- have $img->read() act like ($img) = Imager->read_multi()
+
+0.47:
+
+- 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)
+   - image scaling? and matrix_transform()'s interpolation
+  http://rt.cpan.org/NoAuth/Bug.html?id=11972
+
+
+
 Speculation
 -----------