FLIReader.st
changeset 615 1f5b783f9c08
parent 557 4eb806135e3f
child 620 6a4214e29c86
equal deleted inserted replaced
614:0e0f08065592 615:1f5b783f9c08
    41 documentation
    41 documentation
    42 "
    42 "
    43     Read frames from a FLI/FLC file.
    43     Read frames from a FLI/FLC file.
    44 
    44 
    45     this is a very first attempt in reading FLI files;
    45     this is a very first attempt in reading FLI files;
    46     its very experimental and may change.
    46     (a first experiment in reading that fileFormat)
    47     (will introduce a new class hierarchy based upon
    47 
    48      MovieReader ...).
    48     Its very experimental, preliminary and will certainly change.
       
    49     (will introduce a new class hierarchy based upon some MovieReader ...).
    49 
    50 
    50     When used like an imageReader, #fromFile: will return
    51     When used like an imageReader, #fromFile: will return
    51     the very first frame.
    52     the very first frame.
    52 
    53 
    53     Warning: right now, the complete movie is read and huge
    54     Warning: right now, the complete movie is read and huge
   563 ! !
   564 ! !
   564 
   565 
   565 !FLIReader class methodsFor:'documentation'!
   566 !FLIReader class methodsFor:'documentation'!
   566 
   567 
   567 version
   568 version
   568     ^ '$Header: /cvs/stx/stx/libview2/FLIReader.st,v 1.6 1997-04-21 19:16:58 cg Exp $'
   569     ^ '$Header: /cvs/stx/stx/libview2/FLIReader.st,v 1.7 1997-06-21 16:24:35 cg Exp $'
   569 ! !
   570 ! !
   570 FLIReader initialize!
   571 FLIReader initialize!