Short: Turns a picture into a 3D grid look effect. Author: Kenneth C. Nilsen/Digital Surface Uploader: Kenneth C Nilsen/Digital Surface Type: gfx/tools Architecture: m68k-amigaos Grid Maker version 1.11 manual: =============================== Copyright © 1995, 1996 by InterMedia consulting. All rights reserved. Coded by Kenneth C. Nilsen in assembler. This program needs dfunc.library (by Kenneth C. Nilsen) and iff.library (by Chistian A. Weber). This program is freeware. V1.11 is a bugfix only! INTRODUCTION ============ This program will take an iff picture and transform it into a 3D grid looking picture. The methode used for this is based on the pen numbers in the picture. Color 0 is no delta pixel, color 1 is delta 1 pixel and so on. The program can take most resolution, including HAM (which though is not of very much use) thanks to Weber who made the iff.library. It will same the new 3D grid picture in the same resolution as the original, but with only one bitplane and the colors set by you (or default). USAGE ===== GridMaker [[inpicture] [outpicture] | [REQ]] [Options] InPicture - the name of the iff picture to be converted OutPicture - name of the finished iff picture Req - use requesters for filenames instead Options: -d = double curve heights -i = invert the way curves are drawn -NoX = don't draw the horizontal curves -NoY = don't draw the vertical curves -x[n] = grid size x, n=pixels (def.=7) -y[n] = grid size y, n=pixels (def.=7) -f[c] = foreground color by c=[$fff] (def=$00f) -b[c] = background color (see above) (def=$000) -p = preview process -h = halve the curve heights (useful with lores pics) -r = reverse pen methode. pen 0 = highest curve. -t = trigg exit, hold rendered picture stand by. -s = don't save to outfile. Arg name still required. -z[n] = zoom factor. Max 255. -o = draw points instead of lines. -NoB = don't draw 0 height curves.