images.gif: added documentation
parent
46a768befb
commit
e7db217c1f
|
@ -0,0 +1,2 @@
|
||||||
|
Doug Coleman
|
||||||
|
Keith Lazuka
|
|
@ -0,0 +1,12 @@
|
||||||
|
! Copyright (C) 2009 Keith Lazuka.
|
||||||
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
|
USING: help.markup help.syntax kernel sequences ;
|
||||||
|
IN: images.gif
|
||||||
|
|
||||||
|
ARTICLE: "images.gif" "GIF Image Loader"
|
||||||
|
{ $vocab-link "images.gif" }
|
||||||
|
$nl
|
||||||
|
{ $notes "Currently multi-frame GIF images are not supported." }
|
||||||
|
;
|
||||||
|
|
||||||
|
ABOUT: "images.gif"
|
|
@ -1,4 +1,4 @@
|
||||||
! Copyrigt (C) 2009 Doug Coleman.
|
! Copyrigt (C) 2009 Doug Coleman, Keith Lazuka
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: accessors arrays assocs combinators compression.lzw
|
USING: accessors arrays assocs combinators compression.lzw
|
||||||
constructors destructors grouping images images.loader io
|
constructors destructors grouping images images.loader io
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
GIF image file format
|
Loading…
Reference in New Issue