top | item 46976834

(no title)

woah | 18 days ago

> It was at Netscape Communications where Gelobter first began working on the development of the GIF.

> Lisa Gelobter, a computer scientist who helped shape the modern web by leading the team that developed the animation technology used to create GIFs.

Looks like the GIF was invented by CompuServe in 1987?

> CompuServe introduced GIF on 15 June 1987 to provide a color image format for their file downloading areas. This replaced their earlier run-length encoding format, which was black and white only. GIF became popular because it used Lempel–Ziv–Welch data compression.

https://en.wikipedia.org/wiki/GIF

discuss

order

drcongo|18 days ago

Non-animated though - there's a section on animated gifs coming out of Netscape in your link: https://en.wikipedia.org/wiki/GIF#Animated_GIF

vlovich123|18 days ago

> In September 1995 Netscape Navigator 2.0 added the ability for animated GIFs to loop.

> To enable an animation to loop, Netscape in the 1990s used the Application Extension block (intended to allow vendors to add application-specific information to the GIF file) to implement the Netscape Application Block (NAB).

VS from the article:

> Lisa Gelobter, a computer scientist who helped shape the modern web by leading the team that developed the animation technology used to create GIFs.

So this person worked on looping the GIF at best, not the animation technology itself. This is a bad look taking credit away from the person who actually did the hard work behind GIF, Steve Wilhite & his team at Compuserve. Netscape certainly made GIF animations popular by introducing the loop - prior to that basically no one used the animated GIF for the prior 6 years before the loop.

The annoying part of the article is making it seem like a technical accomplishment instead of a UX / product / marketing one.

frumplestlatz|18 days ago

GIF89a (1989) already supported animation; the only thing Netscape added was the ability to specify how many times the animation should repeat.

They used the format’s support for application extension blocks to add a uint16 repetition count.