home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: alt.graphics.pixutils
- Path: sparky!uunet!think.com!rpi!usenet.coe.montana.edu!news.u.washington.edu!carson.u.washington.edu!jimt
- From: jimt@carson.u.washington.edu (James Thompson)
- Subject: Re: GIF questions
- Message-ID: <1992Dec21.101444.29755@u.washington.edu>
- Sender: news@u.washington.edu (USENET News System)
- Organization: University of Washington, Seattle
- References: <1992Dec20.032056.21576@magnus.acs.ohio-state.edu>
- Date: Mon, 21 Dec 1992 10:14:44 GMT
- Lines: 27
-
- In article <1992Dec20.032056.21576@magnus.acs.ohio-state.edu> mjbrown@magnus.acs.ohio-state.edu (Mike J. Brown) writes:
- >
- >I have a second question as well. When I download some GIFs to my PC,
- >they end up not being able to be read in correctly (using Fractint or
- >a regular GIF viewer), resulting in a very skinny squashed version of
- >the image at the top, a slightly less squashed version of it just below
- >that, a slightly less squashed version below that, and so on for a total
- >of about 5 squashed versions of the picture. The only way I have found
- >to correct this is to use the JPEG group's software to convert the GIF
- >to a JPEG and then convert the JPEG back to a GIF, resulting in some
- >quality reduction and a larger file, but at least it works. What causes
- >this problem and how can I fix it?
- >
- >Mike
-
- These GIF files are in the "Interlaced" format, which was included in the
- original GIF spec so that on the slow machines of the era, a viewer could
- display first every eighth line of the picture, then fill in the blanks at
- increasing resolution until the whole image was displayed. The idea is that
- the user can get an idea of what the picture looks like before the whole thing
- is displayed. Many older GIF files were done in this format. Some programs
- that read GIF files (e.g., ColoRIX) ignore this mode, resulting in the sort
- of hash you describe, but most viewers (such as VPIC) and decent conversion
- programs (such as the JPEG converters) handle them properly.
-
- Jim
-
-