Re: Maintaining HTTP connections...

Chris Lilley, Computer Graphics Unit ([email protected])
Thu, 28 Jul 1994 11:12:57 GMT


In message <[email protected]> Christian L. Mogensen
writes:

In message <[email protected]>, Dave Jones
writes:

> >each image by it's image number (e.g. <IMG SRC="icons.gif#3> would mean
> >the third image in icons.gif).

> Eeek - where would this info be stored?
> GIF does not support named sections.

True, but 3 is not a name but a number.

GIF 87 and GIF89 both support multiple images per file. Code to extract
the n'th image of a GIF is availavle in, for example, the xanim package
I believe.

However, it is true that the multi-image functionality is not widely
used, and some common tools (ie XV) do not support it.

And I agree that this is a particular and partial solution to the more
general problem of reducing the page completion time by, for example,
multipart sends and requests.

--
Chris Lilley
+--------------------------------------------------------------------------+
|Technical Author, ITTI Computer Graphics & Visualisation Training Project |
+--------------------------------------------------------------------------+
| Computer Graphics Unit,        |  Internet: [email protected]         |
| Manchester Computing Centre,   |     Janet: [email protected]         |
| Oxford Road,                   |     Voice: +44 61 275 6045              |
| Manchester, UK.  M13 9PL       |       Fax: +44 61 275 6040              |
| X400: /I=c/S=lilley/O=manchester-computing-centre/PRMD=UK.AC/ADMD= /C=GB/|
| <A HREF="http://info.mcc.ac.uk/CGU/staff/lilley/lilley.html">my page</A> | 
+--------------------------------------------------------------------------+