home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 011.lha / IFF / iffdump.doc < prev    next >
Text File  |  1986-11-10  |  2KB  |  46 lines

  1. Article 5126 of net.micro.amiga:
  2. Relay-Version: version B 2.10.3 4.3bsd-beta 6/6/85; site well.UUCP
  3. Path: well!ptsfa!dual!ucbvax!CORY.BERKELEY.EDU!dillon
  4. From: dillon@CORY.BERKELEY.EDU (Matt Dillon)
  5. Newsgroups: net.micro.amiga
  6. Subject: Screen Grabber to IFF file, and arbitrary IFF Decoder!
  7. Message-ID: <8610180818.AA28223@cory.Berkeley.EDU>
  8. Date: 18 Oct 86 08:18:40 GMT
  9. Date-Received: 18 Oct 86 12:54:48 GMT
  10. Sender: daemon@ucbvax.BERKELEY.EDU
  11. Organization: University of California at Berkeley
  12. Lines: 1276
  13.  
  14.  
  15.     Here are two quick programs I wrote:
  16.  
  17.     (1) Grab an active Screen and write it to a file in IFF     -IFFENCODE
  18.     (2) Decode arbitrary IFF files (e.g. see the format of)     -IFFDUMP
  19.  
  20.     The routine to grab the highest screen in IFFENCODE.C was taken
  21. from a similar program Carolyn from amiga wrote and posted (same thing, but
  22. it dumped the image to printer).
  23.  
  24.     Since the programs require my library to compile, I've also included
  25. the uuencoded binaries.  Have Fun!
  26.  
  27.     I tried to dump Dave Wecker's HAM pictures... the dump worked fine,
  28. but every VIEWing program I have either refuses to open an interlace HAM
  29. display, or runs out of memory because it keeps a second copy of the picture
  30. around (96K pics!).  
  31.  
  32.     The decoder program is useful to get the general layout of IFF
  33. files.  It decodes any IFF file down to the CHUNK name and size.  It will
  34. print additional information only for CHUNK types it knows about...
  35. admittedly I did not spend much time making the latter complete.
  36.  
  37.     Tell me what ya' think.
  38.  
  39.  
  40.                 -Matt
  41.  
  42.  
  43.  
  44.  
  45.  
  46.