home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-3.iso / Graphics / bitmap / dips.README < prev    next >
Encoding:
Text File  |  1992-09-07  |  1.4 KB  |  41 lines

  1. WHAT IS DIPS:
  2. It is an interactive image processing tool.  At the moment, DIPS
  3. will invert, threshold, and convolve an image.  The source is
  4. provided to motivate expansion of the program.  Because it is
  5. written in OjbC, adding new image processing operations shoould be
  6. fairly easy.
  7.  
  8. WHAT IS HIPS:
  9. Hips is a simple (and buggy) program to display HIPS format images.
  10.  
  11. ABOUT THIS DISTRIBUTION:
  12. The software is public domain.  Feel free to look at it, change it,
  13. debug it.  Please notify me and the general community of any improvements 
  14. you have done to the code.  I intend this program to be developed by 
  15. the general community so that it grows into a large and useful
  16. image processing tool.
  17.  
  18. ABOUT THE AUTHOR:
  19. DIPS is copyrighted (c) by Andrew Duchowski.  It is public domain, and
  20. is not to be sold for profit.  To get in touch with me, email me at
  21. andrewd@cs.tamu.edu.
  22.  
  23. INSTALLATION:
  24. In this distribution you will find three main programs:
  25.   dips.tar.Z
  26.   gui_dips.tar.Z
  27.   hips.tar.Z
  28. each in their respective directories.
  29.  
  30. DIPS: the command line interface version of DIPS
  31. GUI_DIPS: the graphical user interface version of DIPS
  32. HIPS: a simple program to display HIPS format images
  33.  
  34. To extract the programs, in each directory, perform the following
  35. sequence of commands:
  36.   uncompress <file>.tar.Z       --> result: <file>.tar
  37.   tar xvf <file>.tar            --> result: several source files
  38.  
  39. To create the executable, type 'make' once all source files have
  40. been extracted.
  41.