]> git.imager.perl.org - imager.git/commitdiff
document ideas and discussion from IRC
authorTony Cook <tony@develop=help.com>
Mon, 7 May 2001 14:19:32 +0000 (14:19 +0000)
committerTony Cook <tony@develop=help.com>
Mon, 7 May 2001 14:19:32 +0000 (14:19 +0000)
Changes

diff --git a/Changes b/Changes
index 7c3191f7338c1b06de4de020bea0981cd287bc76..a6f8477bbf946568c45cd19c03f328513fedec0f 100644 (file)
--- a/Changes
+++ b/Changes
@@ -417,6 +417,13 @@ Revision history for Perl extension Imager.
         - Figure what interface should be between C and perl?
         - How to store data in the C interface for tags/metadata?
 
+       Good stuff:
+       - matrix based colour transformations, for RGB to grayscale
+       and simple linear other conversions, see design/colmatrix.txt
+       - image colour transformations based on input images, see 
+       design/cmyktorgb.txt for Addi's description
+       - eventually support tiff's madness
+
         Old sins:
         - Make sure everything is doable with the OO interface
         - Split the other classes into seperate files
@@ -425,14 +432,15 @@ Revision history for Perl extension Imager.
        
        - should i_readgif returned colormap be an arrayref of 
        Imager::Color objects?  Note that this will break 
-       compatibility with previous releases
+       compatibility with previous releases.
 
        - should Imager::Font be split into a base class whose  
        new chooses a base class (ttf, t1 or win32?) to 
        instantiate.  Currently Imager::Font uses if() statements to
-       select between each type of font.
+       select between each type of font.  It should.
 
        - should we overload <=> or cmp for Imager::Color objects?
+        too many worms, leave it out
 
         Documentation:
         - Add to the documentation