home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #3 / amigamamagazinepolishissue1998.iso / kolekcje / stanislaw_weslawski / ulubione_share / gridmaker.readme < prev    next >
Text File  |  1996-06-08  |  2KB  |  66 lines

  1. Short   : Turns a picture into a 3D grid look effect.
  2. Author  : Kenneth C. Nilsen/Digital Surface
  3. Uploader: Kenneth C. Nilsen/Digital Surface
  4. Type    : gfx/tools
  5.  
  6.  
  7.  
  8. Grid Maker version 1.11 manual:
  9. ===============================
  10.  
  11. Copyright © 1995, 1996 by InterMedia consulting. All rights reserved.
  12. Coded by Kenneth C. Nilsen in assembler.
  13.  
  14. This program needs dfunc.library (by Kenneth C. Nilsen)
  15. and iff.library (by Chistian A. Weber).
  16.  
  17.  
  18. This program is freeware.
  19.  
  20.  
  21. V1.11 is a bugfix only!
  22.  
  23.  
  24. INTRODUCTION
  25. ============
  26.  
  27.  
  28. This program will take an iff picture and transform it into a 3D grid looking
  29. picture. The methode used for this is based on the pen numbers in the picture.
  30. Color 0 is no delta pixel, color 1 is delta 1 pixel and so on.
  31.  
  32. The program can take most resolution, including HAM (which though is not of
  33. very much use) thanks to Weber who made the iff.library.
  34.  
  35. It will same the new 3D grid picture in the same resolution as the original,
  36. but with only one bitplane and the colors set by you (or default).
  37.  
  38.  
  39.  
  40. USAGE
  41. =====
  42.  
  43.  
  44. GridMaker [[inpicture] [outpicture] | [REQ]] [Options]
  45.  
  46. InPicture    - the name of the iff picture to be converted
  47. OutPicture    - name of the finished iff picture
  48. Req        - use requesters for filenames instead
  49.  
  50. Options:    -d    = double curve heights
  51.         -i    = invert the way curves are drawn
  52.         -NoX  = don't draw the horizontal curves
  53.         -NoY  = don't draw the vertical curves
  54.         -x[n] = grid size x, n=pixels (def.=7)
  55.         -y[n] = grid size y, n=pixels (def.=7)
  56.         -f[c] = foreground color by c=[$fff] (def=$00f)
  57.         -b[c] = background color (see above) (def=$000)
  58.         -p    = preview process
  59.         -h    = halve the curve heights (useful with lores pics)
  60.         -r    = reverse pen methode. pen 0 = highest curve.
  61.         -t    = trigg exit, hold rendered picture stand by.
  62.         -s    = don't save to outfile. Arg name still required.
  63.         -z[n] = zoom factor. Max 255.
  64.         -o    = draw points instead of lines.
  65.         -NoB  = don't draw 0 height curves.
  66.