home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 7 / FreshFishVol7.bin / bbs / gfx / imagestudio-1.0.0.lha / ImageStudio / Convolves / Texture
Text File  |  1994-07-22  |  275b  |  29 lines

  1. CONV
  2.  
  3. ; ImageStudio ©1994 Andy Dean, Graham Dean
  4.  
  5. ; Convolve = Texture
  6. ; Creation date = Fri Jul 22 17:22:55 1994
  7. ; User name = 
  8.  
  9. ; Matrix
  10.  
  11.    0   0   1   0   0
  12.  
  13.    0  -1   0  -1   0
  14.  
  15.    1   0   1   0   1
  16.  
  17.    0  -1   0  -1   0
  18.  
  19.    0   0   1   0   0
  20.  
  21.  
  22. ; Divisor
  23.  
  24. 1
  25.  
  26. ; Bias
  27.  
  28. 0
  29.