home *** CD-ROM | disk | FTP | other *** search
/ HTML - Publishing on the Internet / html_cdrom.iso / tools / grafik / linux / gimp / gimp-0.54.1.README < prev   
Encoding:
Text File  |  1997-01-16  |  2.8 KB  |  86 lines

  1. Changes
  2. -------
  3.  
  4. - Fixed a configuration "problem" which caused "-ansi -pedantic" flags
  5.   to be added. These cause compilation problems on some systems.
  6. - Changed "basename" in "gimage.c" which sometimes conflicts with a
  7.   c library function by the same name.
  8.  
  9.  
  10. The GIMP: the General Image Manipulation Program
  11. ------------------------------------------------
  12.  
  13. The GIMP is designed to provide an intuitive graphical interface to a
  14. variety of image editing operations. Here is a list of the GIMP's 
  15. major features:
  16.  
  17.  Image viewing
  18.  -------------
  19.  
  20.    *  Supports 8, 15, 16 and 24 bit color.
  21.    *  Ordered and Floyd-Steinberg dithering for 8 bit displays.
  22.    *  View images as rgb color, grayscale or indexed color.
  23.    *  Simultaneously edit multiple images.
  24.    *  Zoom and pan in real-time.
  25.    *  GIF, JPEG, PNG, TIFF and XPM support.
  26.  
  27.  Image editing
  28.  -------------
  29.  
  30.    *  Selection tools including rectangle, ellipse, free, fuzzy, bezier 
  31.       and intelligent.
  32.    *  Transformation tools including rotate, scale, shear and flip.
  33.    *  Painting tools including bucket, brush, airbrush, clone, convolve,
  34.       blend and text.
  35.    *  Effects filters (such as blur, edge detect).
  36.    *  Channel & color operations (such as add, composite, decompose).
  37.    *  Plug-ins which allow for the easy addition of new file formats and
  38.       new effect filters.
  39.    *  Multiple undo/redo.
  40.  
  41.  
  42. Requirements
  43. ------------
  44.  
  45.  *  The operating system must support shared memory. 
  46.  *  X11 R5 or R6. (Actually, it may work on R4, but we have not had a
  47.     chance to test it).
  48.  *  The X-server must support the X shared memory extension. (The
  49.     X-server does not actually need to support shared memory so this is
  50.     only a temporary situation until we integrate the configure
  51.     information with the source code).
  52.  *  Motif 1.2 or above.
  53.  
  54. The GIMP has been tested (and developed) on the following operating
  55. systems: Linux 1.2.13, Solaris 2.4, HPUX 9.05, SGI IRIX.
  56.  
  57. Currently, the biggest restriction to running the GIMP is the Motif
  58. requirement. We will release a statically linked binary for several
  59. systems soon (including Linux). 
  60.  
  61.  
  62. URLs
  63. ----
  64.  
  65. http://www.xcf.berkeley.edu/~gimp
  66. ftp://ftp.xcf.berkeley.edu/pub/gimp
  67. mailto:gimp@xcf.berkeley.edu
  68.  
  69.  
  70. Brought to you by
  71. -----------------
  72.  
  73.   Spencer Kimball (spencer@xcf.berkeley.edu)
  74.   Peter Mattis (petm@xcf.berkeley.edu)
  75.  
  76.  
  77. NOTE
  78. ----
  79.  
  80. This software is currently a beta release. This means that we haven't
  81. implemented all of the features we think are required for a full,
  82. unqualified release. There are undoubtedly bugs we haven't found yet
  83. just waiting to surface given the right conditions. If you run across
  84. one of these, please send mail to gimp@xcf.berkeley.edu with
  85. precise details on how it can be reproduced.
  86.