GIF 87a and 89a Reader/Player 
Description

Support to read and display GIF 87a and 89a images including animations and extensions.

Files

game.gif
mail.gif
lara.gif
Sample animated GIF files
GIFRead.SLL  GIF support library.
GIFRead.ST
GIFRead.POL
GIFRead.PRJ
Source files

Requirements

VS/VSE 3.1.2 for Win32s. Requires the following libraries:
 
ARBase.sll Alejandro Reimondo base components SLL 
ARAddins.sll SelfDefinedStructures support
ARMisc.sll  Misc. OS Support

Installation

Ensure the libraries above are installed in the VS/VSE library directory or a directory that appears in the Windows PATH statement and evaluate

SmalltalkLibraryBinder bindTo:'GIFRead'.

The GIFRead.sll library will automatically bind its required libraries if they have not already been bound to the image. At bind time the global dictionary GIFConstants will also be defined.

Examples

Open a GIFPlayer on animated GIF game.gif and show it on the screen at 0@0

| player |
player := GIFPlayer pathName:'game.gif'.
player displayAllAt: 0@0.

Contact

Alejandro F. Reimondo
Amenabar 3476 Piso: 2 Dto: B.
Ciudad de Buenos Aires.
Argentina.
Tel: (54)-1-703-5586.
aleReimondo@sugarWeb.com
http://www.sugarweb.com


Links to:
The ObjectShare web site
VisualSmalltalk Product Support
ObjectShare's Online Documentation Site