home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-Update.iso / CDROM / Contents / READMEs / Peanuts-3 / Graphics / viewer / ToyViewer2.4.README < prev    next >
Encoding:
Text File  |  1996-11-09  |  3.7 KB  |  100 lines

  1. ToyViewer  Ver.2.4 (Oct. 1996)
  2.         Copyright (C) 1995,1996  Takeshi Ogihara
  3.  
  4. Abstract
  5. 1. ToyViewer can read and display image files in following formats:
  6.     tiff, eps, gif, bmp, png, jpg, bie(jbig), pcx, pcd,
  7.     pnm (ppm, pbm, or pgm), xbm, and mag.
  8. 2. Displayed images can be saved in following formats:
  9.     tiff, eps, gif, bmp, png, jpg, bie(jbig), pnm, or xbm.
  10. 3. ToyViewer can read and write gif or png files with transparent color,
  11. and also can read and write interlaced(progressive) gif, png, or jpg
  12. files. 
  13. 4. ToyViewer can scan (auto-display) image files in a folder.
  14. 5. Displayed images can be scaled (enlarge/shrink).
  15. 6. You can rotate, flip, or clip images.
  16. 7. ToyViewer has ability to adjust brightness/contrast of the image, to
  17. enhance edges, and to make embossing effects. 
  18. 8. You can replace specified color with other color or transparent color.
  19. 9. Full color images can be reduced into 256, 64, or 8 colors.
  20. 10. You can make images monochrome (8bit gray, 2bit gray, or bilevel).
  21. 11. Images can be displayed on background of the Workspace as "wallpaper".
  22. 12. Images can be printed.
  23. 13. You can set ToyViewer to display any image format if there is a filter
  24. program to ppm. 
  25. 14. ToyViewer provides image conversion filter services.  Any image format
  26. can take advantage of filter service if there is a filter program to ppm
  27. format. 
  28. 15. You can add comments to images (comments are written into only gif,
  29. png, jpg, or pnm formats). 
  30.  
  31. --- Copyright ----------------
  32.  
  33. Copyright of this software (including source programs, documents, and
  34. images) belongs to the author, Takeshi Ogihara. 
  35.  
  36. This software includes some fragments from other free software; Copyright
  37. of these parts belongs to the original authors. 
  38.  
  39. This software is freeware. You may freely copy and redistribute it.
  40. Permission is granted to modify the source for your own purposes. But
  41. DON'T redistribute modifications without this copyright notice and a
  42. declaration of modification. 
  43.  
  44. There is absolutely no warrantee on this software. The author takes no
  45. responsibility for any damage caused by this software. 
  46.  
  47. Caution: Some companies may claim copyright of image formats.  For
  48. commercial purposes, use this software at your own risk. 
  49.  
  50. Send suggestions and bug reports to:  ogihara@seg.kobe-u.ac.jp
  51.  
  52.  
  53. "In the case of software, patents can stifle innovation and economic
  54. growth that benefits us all."(M.Nelson & J.L.Gailly) 
  55.  
  56. -------------------
  57.  
  58. -------ToyViewer uses following programs-------
  59. Background.m
  60.     based on "Background"
  61.     by Scott Hess and Andreas Windemut (1991) [PDS]
  62. BMP reading routines
  63.     partially based on
  64.     "bmptoppm" by DaviD W. Sanderson (1992) and
  65.     "CzView 2.20" by Y.Sasaki (1994).
  66. GIF reading routines
  67.     use "giftoppm" of David Koblas (1990).
  68. GIF saving routines
  69.     use "ppmtogif" of Jef Poskanzer (1989).
  70. djpeg & cjpeg
  71.     Copyright (C) 1991-1995, Thomas G. Lane.
  72.     Part of the Independent JPEG Group's software.
  73.     They are modified to use with ToyViewer.
  74. jbigtopbm & pbmtojbig
  75.     JBIG-KIT (Version 0.9)
  76.     Markus Kuhn (1996).
  77. hpcdtoppm Ver.0.6
  78.     Copyright (c) 1992-1994, Hadmut Danisch
  79. MAG reading routines
  80.     partially based on
  81.     "CzView 2.20" by Y.Sasaki (1994) and
  82.     "MAGLV 1.20" by H.Takada (1993).
  83. PCX reading routines
  84.     partially based on "pcxtoppm.c" by Michael Davidson (1990).
  85. PNG reading routines (png2pao)
  86.     based on "pngtopnm" (2.31) by A. Lehmann & W. van Schaik.
  87. PNG writing routines (pao2png)
  88.     partially based on
  89.     "tiff2png" by Willem van Schaik, Singapore (1996).
  90. PNG routines use:
  91.     libpng 1.0 beta 3 - version 0.89 (1996)
  92.         by Guy Eric Schalnat, Group 42, Inc.
  93.     'zlib' general purpose compression library version 1.0.4 (1996).
  94.         by Jean-loup Gailly and Mark Adler.
  95. Filterservice routines
  96.     partially based on
  97.     McFilter (GIFFilter.m) v2.0 by Michael McCulloch (1993).
  98.  
  99. Thank you.
  100.