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

  1. Path: informatik.tu-muenchen.de!fischerj
  2. From: fischerj@informatik.tu-muenchen.de (Juergen "Rally" Fischer)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Sense of V43 picture.datatype ?
  5. Date: 18 Apr 1996 12:22:40 GMT
  6. Organization: Technische Universitaet Muenchen, Germany
  7. Distribution: inet
  8. Message-ID: <4l5c6g$hqp@sunsystem5.informatik.tu-muenchen.de>
  9. References: <19960402.E102458.3A23@hydra.zrz.tu-berlin.de> <jdjspemr5dk.fsf@hyppynaru.cs.hut.fi> <43317@lyssa.owl.de>
  10. NNTP-Posting-Host: hphalle5.informatik.tu-muenchen.de
  11. Originator: fischerj@hphalle5.informatik.tu-muenchen.de
  12.  
  13.  
  14. In article <43317@lyssa.owl.de>, "Matthias Scheler" <tron@lyssa.owl.de> writes:
  15.  
  16. |> 1.) "gif.datatype" loads chunky image.
  17. |> 2.) "gif.datatype" converts it to planar format.
  18. |> 3.) "picture.datatype" converts image to chunky format to be able to
  19. |>     apply color mapping.
  20. |> 4.) "picture.datatype" applies color mapping.
  21. |> 5.) "picture.datatype" converts image to planar format to be able to
  22. |>     display it.
  23. |> Time required: 15 secs
  24. |> 
  25. |> 1.) "gif.datatype" loads chunky image.
  26. |> 2.) "picture.datatype" applies color mapping.
  27. |> 3.) "picture.datatype" converts image to planar format to be able to
  28. |>     display it.
  29. |> 
  30. |> Time required:  8 secs
  31. |> 
  32. either they are quite general c2p/p2c routines or it's a
  33. very big pic ;)
  34.  
  35. In the 15sec case, will both 2.) and 5.) be done in chipmem ?
  36. 5.) sure. 
  37. 2.) ? then 3.) will also work in chipmem...
  38.  
  39. I guess c2p is not that much work compared to picture uncompression ?
  40. Well, gif seems to be a very quick algo.
  41.  
  42. |> [Both benchmarks on an A4000/040 without using a graphics board.]
  43. |> 
  44. |> -- 
  45. |> Matthias Scheler
  46. |> tron@lyssa.owl.de
  47. |> 
  48. ------------------------------------------------------------------------
  49.    fischerj@Informatik.TU-Muenchen.DE (Juergen "Rally" Fischer)   =:)
  50.  
  51.