home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 7261 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: omp-paderborn.de!fiction!colwyn!lyssa!not-for-mail
  2. Newsgroups: comp.sys.amiga.programmer
  3. References: <19960402.E102458.3A23@hydra.zrz.tu-berlin.de> <jdjspemr5dk.fsf@hyppynaru.cs.hut.fi>
  4. From: "Matthias Scheler" <tron@lyssa.owl.de>
  5. Date: Sat, 13 Apr 1996 11:02:43 +0200
  6. Distribution: inet
  7. Subject: Re: Sense of V43 picture.datatype ?
  8. Message-ID: <43317@lyssa.owl.de>
  9. Organization: Private Internet Ostwestfalen-Lippe
  10.  
  11. Osma Ahvenlampi wrote in comp.sys.amiga.programmer about "Re: Sense of V43
  12. picture.datatype ?":
  13. > The question is, what's the sense of a machine with no graphics card?
  14.  
  15. If you a load and view a GIF image on the Workbench screen with the
  16. V42 "picture.datatype" this happens:
  17.  
  18. 1.) "gif.datatype" loads chunky image.
  19.  
  20. 2.) "gif.datatype" converts it to planar format.
  21.  
  22. 3.) "picture.datatype" converts image to chunky format to be able to
  23.     apply color mapping.
  24.  
  25. 4.) "picture.datatype" applies color mapping.
  26.  
  27. 5.) "picture.datatype" converts image to planar format to be able to
  28.     display it.
  29.  
  30. Time required: 15 secs
  31.  
  32.  
  33. With V43 this happens:
  34.  
  35. 1.) "gif.datatype" loads chunky image.
  36.  
  37. 2.) "picture.datatype" applies color mapping.
  38.  
  39. 3.) "picture.datatype" converts image to planar format to be able to
  40.     display it.
  41.  
  42. Time required:  8 secs
  43.  
  44. [Both benchmarks on an A4000/040 without using a graphics board.]
  45.  
  46. -- 
  47. Matthias Scheler
  48. tron@lyssa.owl.de
  49.  
  50.