home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / graphics / 14194 < prev    next >
Encoding:
Internet Message Format  |  1993-01-25  |  2.3 KB

  1. Path: sparky!uunet!gatech!paladin.american.edu!howland.reston.ans.net!zaphod.mps.ohio-state.edu!moe.ksu.ksu.edu!engr.uark.edu!mbox.ualr.edu!spider.ualr.edu!djlewis
  2. Newsgroups: comp.graphics
  3. Subject: Re: Multiple Images within a GIF datastream
  4. Message-ID: <1993Jan25.155400.1@ualr.edu>
  5. From: djlewis@ualr.edu
  6. Date: 25 Jan 93 15:54:00 GMT
  7. References: <710@esun179.gdc.com> <1846@cogsci.ucsd.EDU>
  8. Organization: University of Arkansas at Little Rock
  9. Nntp-Posting-Host: spider.ualr.edu
  10. Lines: 39
  11.  
  12. In article <1846@cogsci.ucsd.EDU>, hartung@crl.ucsd.edu (Jeffrey P. Hartung) writes:
  13. > In article <710@esun179.gdc.com> haggerty@gdc.com writes:
  14. >>
  15. >>   I'm writing a program which takes two GIF files and concatinates them into
  16. >>one GIF file with multiple images. According to the GIF format specification,
  17. >>a GIF datastream can contain more than one image....
  18. > [stuff deleted]
  19. >>However, the decoders I am using to display the GIF file, do not seem to
  20. >>support multiple images in a GIF data stream. I have browsed the code of
  21. >>these programs and they ignore whatever follows the first image.
  22. >>Can anyone tell me if multiple images within a single GIF datastream  
  23. >>is supported? I am not experienced in Graphics... Am I missing something?
  24. > Your understanding of the format is correct, but it is also the case that few
  25. > GIF viewers / decoders actually handle multiple images.  There used to be a
  26. > Turbo C library (with source code) called something like GIFLIB on
  27. > wsmr-simtel20.army.mil in the PD1:<MSDOS.GIF> directory.  Look for a file
  28. > called GIFLIB12.ZIP.  However, as I recall, it supported Hercules graphics
  29. > adaptors only, os you'll have to adapt the code to your hardware.  I also
  30. > recall that it was pretty slow code, but you might want to look at it to see
  31. > how multiple images are handled, then apply the information to your own code.
  32. > -- 
  33. >  --Jeff Hartung--      
  34. >  Disclaimer: My opinions only, etc., etc., BLAH! BLAH! BLAH!...
  35. >  InterNet - hartung@crl.ucsd.edu         BITNET - hartung@ucsd
  36. >  UUCP - ucsd!crl.ucsd.edu!hartung
  37. There is also a program already written that creates one gif of several gifs
  38. for easier location. it just reduces the size of each gif and taggs a filename
  39. to them and stores them in row coloumn form in the rows/col of your choice.
  40. I believe it is GIFVIEW.ZIP
  41.  
  42. Don Lewis
  43. <djlewis@ualr.edu>
  44.  
  45.