home *** CD-ROM | disk | FTP | other *** search
/ vsiftp.vmssoftware.com / VSIPUBLIC@vsiftp.vmssoftware.com.tar / FREEWARE / FREEWARE40.ZIP / xpaint-247 / readme < prev    next >
Text File  |  1996-11-01  |  3KB  |  77 lines

  1. Release notes for XPaint 2.4.7
  2. ------------------------------
  3.  
  4. NOTE: This version of XPaint is released and maintained by Torsten Martinsen
  5. (bullestock@dk-online.dk). It is based on XPaint 2.1.1, which was written by
  6. David Koblas. Please do NOT send bug reports etc. to David Koblas.
  7.  
  8. To compile this program, you will need:
  9.  
  10.     - an ANSI C compiler (such as GCC),
  11.     - the Xpm library, version 3.4c or later
  12.  
  13. To compile with support for TIFF images, you must have the TIFF library,
  14. version 3.2 or later. 
  15.  
  16. To compile with support for JPEG images, you must have version 6 of the JPEG
  17. library from The Independent JPEG Group, released 2-Aug-95. Newer versions
  18. should also work.
  19.  
  20. To compile with support for PNG images, you must have the PNG library.
  21.  
  22. The TIFF/JPEG/PNG libraries can be downloaded from
  23. ftp://ftp.uu.net/graphics/{tiff,jpeg,png}. libpng requires zlib, which is also
  24. in the png subdirectory.
  25.  
  26. This release is known to have been succesfully built on the following platforms:
  27.     - Linux 1.2.13/1.3.90, XFree86 3.1.1, GCC 2.7.0
  28.     - Solaris 2.4, 2.5
  29.     - SunOS 4.1, 4.1.4
  30.     - FreeBSD, NetBSD, BSD386
  31.     - DEC Alpha, native cc
  32.     - AIX
  33.  
  34. Any feedback on problems is welcome, but remember to include the following in
  35. your bug report:
  36.     - The version number of XPaint
  37.     - The system you are using (e.g. 'Linux 1.3.14', 'Solaris 2.4')
  38.  
  39. See 'INSTALL' for installation instructions.
  40.  
  41. See 'Doc/CHANGES' for a list of changes relative to XPaint 2.1.1.
  42.  
  43. See 'Doc/Operator.doc' for a description of XPaint internals.
  44.  
  45. See 'Doc/sample.Xdefaults' for an example of setting resources for XPaint.
  46.  
  47. See 'README.old' for the original README.
  48.  
  49. See 'README.PNG' for notes on the PNG support.
  50.  
  51. See 'TODO' for a list of possible improvements.
  52.  
  53. See 'Doc/CREDITS' for a list of people who have contributed patches and bug
  54. reports.
  55.  
  56. The most recent version of XPaint is always available from
  57.  
  58.     http://www2.dk-online.dk/users/Torsten_Martinsen/xpaint/index.html
  59.  
  60. Thanks to the many beta testers who put up with the first buggy releases.
  61.  
  62.  
  63. KNOWN BUGS
  64.  
  65. The 'Water Colour Brush' tool does not work well on colour mapped visuals with
  66. 256 colours. The reasons are:
  67.     1) It is too slow. This could perhaps be fixed.
  68.     2) All entries in the colour map are used up in rather quickly.
  69.     3) The limited number of colours give rise to round-off errors
  70.        when computing the new pixel colours.
  71.  
  72. Undo/Redo exhibits some weirdness in certain circumstances.
  73.  
  74. Selecting a region enables the 'Last Filter' menu item.
  75.  
  76. -Torsten Martinsen (bullestock@dk-online.dk), August 1996
  77.