home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD2.bin / bbs / gfx / grobsaver-1.03.lha / GROBSaver / README < prev    next >
Text File  |  1993-12-21  |  4KB  |  104 lines

  1.  
  2.  
  3.                        ImageFX(tm) GROB Saver Module
  4.                                Version 1.03
  5.  
  6.  
  7.                            Written by Greg Simon
  8.                                  11/16/93
  9.  
  10.                              ****************
  11.                              ** DISCLAIMER **
  12.                              ****************
  13.  
  14. The author does not and cannot take any responsibility for the use or
  15. misuse of this program.  Use it at your own risk.  This program is 
  16. here-by placed into the public domain.  
  17.  
  18.  
  19.                                 WHAT IS IT?
  20.  
  21. 'GROB File' is a saver module for GVP's ImageFX Image Processing package.  
  22. It allows you to save an image in Hewlett Packard's GROB (GRaphical OBject)
  23. format, suitable to be downloaded into any of Hewlett Packard's HP48-series
  24. calculators.  If you don't own an HP48(s,sx,g,gx) this program won't do 
  25. anything useful for you.
  26.  
  27.  
  28.                                INSTALLATION
  29.  
  30. Assuming you already unpacked the archive :) copy the GROBFILE module to
  31. your ImageFX modules savers directory:
  32.  
  33. > copy GROBFILE ImageFX:modules/savers
  34.  
  35.  (Assuming that your system has the ImageFX 'assign' installed, most do.)
  36.  
  37. That's it!  Next time you run ImageFX, you will see a new entry in the
  38. Save (24bit) image requester called "GROB FIle".  
  39.  
  40.  
  41.                                WHAT IT DOES
  42.  
  43. The saver module is very simple, it looks at the colors of each pixel
  44. element (red, green, and blue), and if they are all < 125, a pixel is
  45. created (remember, the HP48 has an on/off LCD screen).  Thus, if you load
  46. your favorite 256-color .gif image and save it as a GROB, it will appear
  47. very strange and dull on your HP48 screen. 
  48.  
  49. The GROB saver module writes the GROB image out (in ASCII), and also writes
  50. some code around the image to view it.  Thus, you can simply save the
  51. image, and go DIRECTLY to your terminal program and download the saved file
  52. to the HP48 for viewing.
  53.  
  54. The HP48's screen size is 131 x 64 (yes, 131 pixels across), however this
  55. is not a limit for the GROB saver program.
  56.  
  57.  
  58.                            WHAT IS IT USED FOR?
  59.  
  60. I wrote this program in a hurry to store diagrams for some tests I have
  61. next week :)  (I really think you should be able to use your notes/book for
  62. engineering "design" exams...but don't get me started :-| ...)
  63.  
  64. I've included a sample program which displays a converted logo of our 
  65. favorite computer, converted with ImageFX / GROB saver.
  66.  
  67.  
  68.                                    TIPS
  69.  
  70. DeluxePaint or Brilliance work very nicely to create the images (you can
  71. cut a brush of 131x64 out and save it for loading into ImageFX); 
  72. Brilliance is especially nice for it's grid-pixel zoom mode.
  73.  
  74.  
  75.                             FUTURE ENHANCEMENTS
  76.  
  77. When I have some time, I plan on adding gray-scale encoding, where the
  78. program (saver module) writes out a series of grobs (function of the
  79. number of bitplanes) and then plays them back in rapid order on the
  80. calculator for a psuedo-gray-scale effect.  This is not a new idea, but I'm
  81. yet to see ANYTHING for Amiga users, or even IBM users (for creating
  82. gray-scaled images, that is.)
  83.  
  84. I don't plan on writing an iff->GROB program which is stand-alone, since
  85. I'd be going through ImageFX anyway.  Besides, the author of ImageFX, 
  86. Thomas Krehbiel, was kind enough to provide Amiga USERS with a 
  87. development disk.  (Thanks, Thomas!)  
  88.  
  89. If I receive enough requests to write an iff2grob, I'll do it.
  90.  
  91.  
  92.  
  93.  
  94. Send flames, comments, ideas, A4000's, to:
  95.  
  96.   Greg Simon
  97.   2 Kingswoods Drive
  98.   New Hope, PA 18938 (215) 862-3339
  99.  
  100.   Internet:  grs124@psuvm.psu.edu
  101.  
  102.   IRC: _Greg
  103.  
  104.