home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / alt / artcom / 323 < prev    next >
Encoding:
Text File  |  1993-01-03  |  1.5 KB  |  42 lines

  1. Newsgroups: alt.artcom
  2. Path: sparky!uunet!europa.asd.contel.com!howland.reston.ans.net!usc!rpi!psinntp!psinntp!panix!joro
  3. From: joro@panix.com (Joe Rosen)
  4. Subject: Re: this island earth
  5. Message-ID: <1993Jan3.190608.18142@panix.com>
  6. Date: Sun, 3 Jan 1993 19:06:08 GMT
  7. References: <C08qz9.IsH@well.sf.ca.us>
  8. Organization: PANIX Public Access Unix, NYC
  9. Lines: 31
  10.  
  11. In <C08qz9.IsH@well.sf.ca.us> fjt@well.sf.ca.us (Frederick John Truck) writes:
  12.  
  13.  
  14. >Joro--from your posting, it is not clear to me whether you
  15. >have an application that performs algorithmic calculations,
  16. >or wehther you have a selection of tools. Please clarify.
  17. >Thanks.
  18.  
  19.  
  20.      "algorithmic calculations"
  21.  
  22. kinda both... i use my own digitizing routines to get the images into
  23. the computer (nothing all that sophisticated -- just grabbing bit-maps
  24. using routines from the c-language tool kit that comes packagaed with
  25. the video capture hardware board i use)...
  26.  
  27.      i capture all images at 8-bit color depth (keeping the files to
  28. 8-bit depth allows to remain small enough in data size so as to be quickly
  29. and easily manipulable)...
  30.  
  31. ... alas i do calculate an optimum color palette (thus the images appear
  32. of fairly decent quality -- despite their limit to 256 colors)...
  33.  
  34. once inside the computer (and displayed from within a custom application)
  35. i can do all kinds 'o stuff to 'em...
  36.  
  37.     i have written a library of graphics and animations routines (in both
  38. C and Pascal) that includes functions and procedures i frequently call
  39. upon (allowing for a increasing collection of custom effects).
  40.  
  41.  
  42.