Release notes for XPaint 2.4.4 ------------------------------ NOTE: This version of XPaint is released and maintained by Torsten Martinsen (bullestock@dk-online.dk). It is based on XPaint 2.1.1, which was written by David Koblas. Please do NOT send bug reports etc. to David Koblas. To compile this program, you will need: - an ANSI C compiler (such as GCC), - the Xpm library, version 3.4c or later To compile with support for TIFF images, you must have the TIFF library, version 3.2 or later. To compile with support for JPEG images, you must have version 6 of the JPEG library from The Independent JPEG Group, released 2-Aug-95. Newer versions may also work. To compile with support for PNG images, you must have the PNG library. The TIFF/JPEG/PNG libraries can be downloaded from ftp://ftp.uu.net/graphics/{tiff,jpeg,png}. libpng requires zlib, which is also in the png subdirectory. This release is known to have been succesfully built on the following platforms: - Linux 1.2.13/1.3.90, XFree86 3.1.1, GCC 2.7.0 - Solaris 2.4, 2.5 - SunOS 4.1, 4.1.4 - FreeBSD, NetBSD, BSD386 - DEC Alpha, native cc - AIX Any feedback on problems on other platforms is welcome. See 'INSTALL' for installation instructions. See 'Doc/CHANGES' for a list of changes relative to XPaint 2.1.1. See 'Doc/Operator.doc' for a description of XPaint internals. See 'Doc/sample.Xdefaults' for an example of setting resources for XPaint. See 'README.old' for the original README. See 'README.PNG' for notes on the PNG support. See 'TODO' for a list of possible improvements. The tar file has been signed with PGP; to verify that it is unchanged, do ./cert My public key is available from http://www2.dk-online.dk/users/Torsten_Martinsen/INDEX.HTM The most recent version of XPaint is always available from http://www2.dk-online.dk/users/Torsten_Martinsen/xpaint/index.html Thanks to the many beta testers who put up with the first buggy releases. KNOWN BUGS The 'Water Colour Brush' tool does not work well on colour mapped visuals with 256 colours. The reasons are: 1) It is too slow. This could perhaps be fixed. 2) All entries in the colour map are used up in rather quickly. 3) The limited number of colours give rise to round-off errors when computing the new pixel colours. Undo/Redo exhibits some weirdness in certain circumstances. Selecting a region enables the 'Last Filter' menu item. If you are running a program which uses a lot of colourmap entries, such as Netscape without a private colormap loaded, you may see this error when starting XPaint: X Error of failed request: BadDrawable (invalid Pixmap or Window parameter) Major opcode of failed request: 14 (X_GetGeometry) Resource id in failed request: 0x0 Serial number of failed request: 686 Current serial number in output stream: 686 -Torsten Martinsen (bullestock@dk-online.dk), June 1996