gimp/plug-ins/xjt
Sven Neumann fe0bf162c1 removed FINITE() macro.
2002-05-13  Sven Neumann  <sven@gimp.org>

	* libgimpmath/gimpmath.h: removed FINITE() macro.

	* tools/pdbgen/pdb/image.pdb
	* app/pdb/image_cmds.c: define FINITE() here, where it is used.

	* tools/pdbgen/pdb/lib.pl: add "config.h" to all generated libgimp
	.c files.

	* libgimp/gimp*_pdb.c: regenerated.

	* libgimp/gimpbrushmenu.c
	* libgimp/gimpchannel.c
	* libgimp/gimpdrawable.c
	* libgimp/gimpgradientmenu.c
	* libgimp/gimphelp.c
	* libgimp/gimpimage.c
	* libgimp/gimplayer.c
	* libgimp/gimppatternmenu.c
	* libgimp/gimppixelrgn.c
	* libgimp/gimpproceduraldb.c
	* libgimp/gimpselection.c
	* libgimp/gimptile.c
	* libgimp/gimpui.c
	* libgimpmath/gimpmatrix.c
	* libgimpmath/gimpvector.c
	* plug-ins/MapObject/arcball.c
	* plug-ins/fp/fp_gdk.c
	* plug-ins/fp/fp_misc.c
	* plug-ins/ifscompose/ifscompose_storage.c
	* plug-ins/ifscompose/ifscompose_utils.c
	* plug-ins/maze/handy.c
	* plug-ins/rcm/rcm_gdk.c
	* plug-ins/sel2path/edge.c
	* plug-ins/xjt/xjpeg.c
	* plug-ins/xjt/xpdb_calls.c: include "config.h".
2002-05-13 23:30:23 +00:00
..
.cvsignore Added xjt plug-in. 1999-03-23 12:04:08 +00:00
Makefile.am libgimp/stdplugins-intl.h use the new function gimp_locale_directory() 2002-05-11 11:26:14 +00:00
README applied patches from Wolfgang Hofer 2000-01-24 21:18:25 +00:00
README_xjt_fileformat.txt Moved some functions out of paths_dialog.c into the new file 2000-02-16 01:47:22 +00:00
xjpeg.c removed FINITE() macro. 2002-05-13 23:30:23 +00:00
xjpeg.h plug-ins/rcm/rcm.[ch] plug-ins/rcm/rcm_misc.[ch] 2000-08-23 23:11:07 +00:00
xjt.c app/gimpprogress.c app/nav_window.c app/ops_buttons.c app/undo_history.c 2001-12-29 13:26:29 +00:00
xpdb_calls.c removed FINITE() macro. 2002-05-13 23:30:23 +00:00
xpdb_calls.h various minor i18n fixes and a patch from Wolfgang Hofer 2000-03-08 13:53:54 +00:00

README

xjt is a file plug-in to load and save GIMP RGB and GRAY Images with
all its layers, channels, parasites and guides.

(see README_xjt_fileformat.txt for more Information about XJT)


   The XJT Load/Save Plugin requires:

     - GIMP 1.1.5 (or better)
     - libjpeg
     - Unix tar
     - Unix gzip   (optional)
     - Unix bzip2  (optional)

Installation:
-------------
   
   The XJT Plugin is Part of the gimp (since 1.1.x development release)
   and should be built and installed by the gimp installation.
       
Change Log: (see also revision history in the source files)
-----------
 (XJT 1.1.15,   2000.01.23)
                  - impementation of parasites
	          - string prpoerties now can contain \" and \n characters.
		    Images saved with the new XJT 1.1.15 Plugin
		    cannot be loaded by the older XJT 1.1 Plugin
		    if those characters are used in layer or channel names.
		  - The gimp internal representation of Guide orientation has changed
		    since the first xjt release (more than one time).
		    XJT  1.1.15 defines XJT_ORIENTATION_HORIZONTAL 0
		    for orientation values in the xjt guide property.
		    and is now independent from the gimp internal representation.
		    (Gimp's ORIENTATION_HORIZONTAL is translated to XJT_ORIENTATION_HORIZONTAL
		    
		    Expect Guide orientation swap problems if
		    you load xjt 1.1 if they were saved with
		    older gimp 1.1.x development version prior to gimp 1.1.15

 (XJT 1.1,      1998.10.31 - 1999.03.16)
       
 1.02  1999.02.??  added load/save for resolution, tattoos, and parasites 
                   (works only with gimp 1.1.1)
 1.01  1998.11.24  added load/save for guides (works only with gimp 1.1)
                   added Makefiles to compile xjt under gimp 1.0.2 and 1.1