home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / graphics / 13040 < prev    next >
Encoding:
Text File  |  1992-12-21  |  903 b   |  25 lines

  1. Newsgroups: comp.graphics
  2. Path: sparky!uunet!news.univie.ac.at!chx400!bernina!neptune!bahi
  3. From: bahi@inf.ethz.ch (Hicham Bahi)
  4. Subject: large sun raster files
  5. Message-ID: <1992Dec18.152616.14324@neptune.inf.ethz.ch>
  6. Sender: news@neptune.inf.ethz.ch (Mr News)
  7. Nntp-Posting-Host: gf14.inf.ethz.ch
  8. Organization: Dept. Informatik, Swiss Federal Institute of Technology (ETH), Zurich, CH
  9. Date: Fri, 18 Dec 1992 15:26:16 GMT
  10. Lines: 13
  11.  
  12. I have the following problem:
  13.  
  14. I am working with huge sunraster files (27152x37937 pixels)
  15. which are run_length encoded. Since I don't have enough memory
  16. to load the whole picture, I have to cut it into smaller pieces.
  17.  
  18. Because of the run-length encoding, I have to read all the bytes
  19. of the file to find the starting position of the sub-image. For
  20. huge files, this means hours of computing.
  21.  
  22. Does anybody know a better way to cut run-length encoded rasterfiles?
  23.  
  24. Thanks.
  25.