[squeak-dev] [Bug] [Fix] Wish to have more fun looking at animated gifs from the web?

Torsten Bergmann astares at gmx.de
Fri Nov 14 10:30:57 UTC 2008


Your changeset is not directly a patch for GIFReadWriter>>readBitData, it looks like you uploaded
your (subclass) debug code with a class WizAnimGIfProbe including log stream stuff, ...
However by patching the original method with the essential fix:

initCodeSize := self next.
bitMask := (1 bitShift: initCodeSize) - 1.

Squeak correctly displays http://www.mathconsult.ch/showroom/unipoly/anim24.gif
but not http://www.webdeveloper.com/animations/bnifiles/disco_anim_bf16.gif 

BTW: since Squeak is able to display images when they are dragged from a browser onto
the morphic world it would be nice to keep animated gifs animated after dragging.

Bye
Torsten
-- 
Sensationsangebot nur bis 30.11: GMX FreeDSL - Telefonanschluss + DSL 
für nur 16,37 Euro/mtl.!* http://dsl.gmx.de/?ac=OM.AD.PD003K11308T4569a



More information about the Squeak-dev mailing list