home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-3.iso / Graphics / bitmap / GraphicsWorkshop.1.1.README < prev    next >
Encoding:
Text File  |  1993-01-20  |  3.6 KB  |  76 lines

  1. To the site administrator: This is the newest version of GraphicsWorkshop.
  2.    The two tar files, GWSource.tar and GraphcisWorkshop.tar replace the
  3.    previous release. The source tar contains all the source code, while the
  4.    second contains all the binaries. I split the two files up since the 
  5.    source is about 1.3 megs while the executable and converters alone are
  6.    only about 300k. This should make ftping faster for people who don't have
  7.    a need for source code.
  8.  
  9.  
  10. This program is a set of generic tools for loading and saveing bitmaps
  11. in  various formats. It has a simple program for demonstrating the
  12. features of the  object. Currently, the objects are for the most part
  13. out of Beta, but are still in  testing and should be final  sometime in
  14. the future. At this time, the protocol spoken is stabalized,  so if you
  15. wish to program with the objects at this time, you can expect that all
  16. the converters will always respond in a similar manner. I may add
  17. abilities in the future, but this should no longer detract from
  18. existing messages.. 
  19.  
  20. Here's whats new fr release 0.85:
  21.    o Writing of jpg files
  22.    o Read and writing of pcx fils
  23.    o 3.0 help system
  24.    o a few bug fixes
  25.    o cleaned up source code for 3.0 (not in all places)
  26.  
  27. The bitmaps support are the following:
  28.  
  29. Type      Long Name                             Reading Writing Multiple
  30. --------- ------------------------------------- ------- ------- --------
  31. gif(1)(2) Graphics Interchange Format              Y       Y       N
  32. jpg       Joint Photographic Extention Group       Y       Y       N
  33. pbm       Portable Bitmap                          Y       Y       N
  34. pcx(2)    IBM PC PCX File                          Y       Y       N
  35. pgm       Portable Graymap                         Y       Y       N
  36. ppm       Portable Pixmap                          Y       Y       N
  37. tiff      Tagging Image File Format                Y       Y       Y
  38. xbm       X11 Bitmap                               Y       Y       N
  39.  
  40. (2) Be careful when saving to these formats, since it requires color
  41.     quantitization, you may experience color banding. Saving works best 
  42.     on images with losts of colors.
  43.  
  44. Installing:
  45.  
  46.    Installing is easier than ever. Take the following steps:
  47.  
  48.    o untar the package, tar -xvf GraphicsWorkshop.tar
  49.    o Double click on the appropiate package.
  50.       o GraphicsWorkshop.pkg is the main executable
  51.         These files should go in /LocalApps or ~/Apps.
  52.       o Converters.pkg are the converters
  53.         These files should go into /LocalLibrary or ~/Library
  54.    o If you'd like the source, also ftp GWSource.tar. Untar this file like
  55.      the one above. This will create the GWSource package. You may install
  56.      this package wherever you'd like on your system. If you plan to program
  57.      with the convertes, check our the Documentation subdirectory, as it has
  58.      header specifications for all the object you'll need to use.
  59.    o Have fun and report bugs to alex@data.ACS.CalPoly.EDU.
  60.  
  61.    PS: To previous users, the install script is no longer valid. Do not try
  62.        to use it.
  63.  
  64. If things don't work, and you have the developement enviroment, try building
  65. everything in debug mode, so you can send me a snap shot of the console
  66. window. This will help me find the problem quickly and easily. If you can't
  67. compile, just try and send me the best description you can of the problem.
  68. Also, if the problem involves a particular bitmap, please NeXTmail be that
  69. bitmap along with the problem description. (Don't worry about picture 
  70. content, I'm not easily offended.) Anyways, I can be reached at the address
  71. below.
  72.  
  73. Alex Raftis
  74. alex@data.ACS.CalPoly.EDU
  75.  
  76.