updated Win32 section to indicate more image file formats supported.
authorTony Cook <tony@develop=help.com>
Tue, 3 Apr 2001 01:34:02 +0000 (01:34 +0000)
committerTony Cook <tony@develop=help.com>
Tue, 3 Apr 2001 01:34:02 +0000 (01:34 +0000)
README

diff --git a/README b/README
index 07a8e37f8d19b0ba12a7ecc8ab974c3389c4865f..8fde21cf121f68ae17c54de34223d672214b0b3c 100644 (file)
--- a/README
+++ b/README
@@ -162,12 +162,12 @@ font.
 =================
 
 Imager can be installed on Win32 systems.  This was ported and tested
-with Microsoft Visual C++ 6.0 with build 623 of ActivePerl.  Currently
-I haven't tried to test any of the image formats except for ppm, since
-I don't have the required libraries on my NT machine.  This may
-change.  The same is true for font support, though it might be
-preferable to try to use Win32's native font support over the external
-librarie - why force the user to install yet another library.
+with Microsoft Visual C++ 6.0 with build 623 of ActivePerl.  If you
+have the appropriate libraries installed you can read and write PNG,
+TIFF, PPM and JPEG files.  There is currently no support for fonts
+under Win32, though it might be preferable to try to use Win32's
+native font support over the external librarie - why force the user to
+install yet another library?
 
 I haven't tried to target compilers other than VC++, since I don't
 have them installed.