5 XPAINT-253, GRAPHICS, X11 Image Editor and Paint tool   7 Xpaint 2.5.3 OpenVMS port:                   April 1998  =========================   M This new version was ported on Alphastation with VMS 6.2, DEC C 5.2 and Motif A 1.2-4 . I was also able to build Xpaint on VAXstation with DEC C.    Executables provided:  --------------------1 VAX-VMS 6.1 built with DEC C 5.0 & DECW/MOTIF 1.2 5 Alpha-VMS 6.2 built with DEC C 5.2 & DECW/Motif 1.2-4   K OBJ files and libraries are also provided for VAX and Alpha to help relink.    Ressource file:  ---------------   6 You can copy XPAINT.DAT file under SYS$LOGIN (or under> SYS$COMMON:[DECW$DEFAULTS.USER] for a system-wide definition).   Porting notes: -------------   N 1) The "readonly" variable was renamed into "Readonly" to avoid collision with'    reserved word into all source files.   - 2) Adding some M_PI definition where missing.   K 3) Collision at link time between graphicCreate and GraphicCreate routines. I    We rename GraphicCreate into Graphic_Create to avoid double definition     and crash at run time ...  P XAW library used : the XAW3D available with Johannes Plass's Ghostview-VMS 2.7.6I You can find Ghostview 2.7.6 distribution at ada.cenaath.cena.dgac.fr and H ftp2.cnam.fr (into [.DECWINDOWS] directory) or at the  original ftp site iphthf.physik.uni-mainz.de     Known bugs:  ----------- 3 A crash generally occurs when saving a PNG image.   A However, you can read a PNG image without troublen, but you must   save in GIF, TIFF or JPEG.     Version of libraries used: -------------------------    LibPnG 0.98 and Zlib 1.08 
 Tiff V 3.4 Jpeg 6.0 Xpm 3.4J     Patrick Moreau   pmoreau@cena.dgac.fr moreau_p@decus.fr * http://www2.cenaath.cena.dgac.fr/~pmoreau/   Author's readme: ===============    Release notes for XPaint 2.5.1 ------------------------------  L NOTE: This version of XPaint is released and maintained by Torsten MartinsenF (torsten@danbbs.dk). It is based on XPaint 2.1.1, which was written byB 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   H To compile with support for TIFF images, you must have the TIFF library, version 3.2 or later.   L To compile with support for JPEG images, you must have version 6 of the JPEGJ library from The Independent JPEG Group, released 2-Aug-95. Newer versions should also work.   N To compile with support for PNG images, you must have the PNG library, version 1.0.88 or higher.   2 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.  J XPaint is known to have been succesfully built on the following platforms:) 	- Linux 2.0.18, XFree86 3.1.2, GCC 2.7.2  	- Solaris 2.4, 2.5, 2.6 	- SunOS 4.1, 4.1.4  	- FreeBSD, NetBSD, BSD386 	- DEC Alpha, native cc  	- AIX 	- SGI IRIX-6.2 & 	- HP-UX A.09.05 A 9000/735, native cc  M Any feedback on problems is welcome, but remember to include the following in  your bug report: 	- The version number of XPaint @ 	- The system you are using (e.g. 'Linux 1.3.14', 'Solaris 2.4')  , See 'INSTALL' for installation instructions.  A See 'Doc/CHANGES' for a list of changes relative to XPaint 2.1.1.   = See 'Doc/Operator.doc' for a description of XPaint internals.   J 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.   K See 'Doc/CREDITS' for a list of people who have contributed patches and bug  reports.  : The most recent version of XPaint is always available from  0 	http://www.danbbs.dk/~torsten/xpaint/index.html  I Thanks to the many beta testers who put up with the first buggy releases.     
 KNOWN BUGS  M The 'Transparent Brush' tool does not work well on colour mapped visuals with  256 colours. The reasons are: 0 	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.   7 Selecting a region enables the 'Last Filter' menu item.   3 -Torsten Martinsen (torsten@danbbs.dk), August 1997     > The following are new due and are related to the -visual flag:" 	1) DirectColor colormap is wrong.  8 	2) Xaw3d only works in 8 bit mode -- has a problem with: 	   button = XtCreateManagedWidget(...) menu bar in menu.c# 	   in anything higher than 8 bits.   < 	3) The smear tool fails in anything greater than 8 bit mode9 	   because XPutImage in smear() in brushOp.c is failing. 7 	   Probably caused by depth mismatch somewhere in call 
 	   to smear.     1 -Scott D. Nelson (nelson18@llnl.gov), August 1997   