]> gitweb.factorcode.org Git - factor.git/commitdiff
images.gif: added documentation
authorKeith Lazuka <klazuka@gmail.com>
Sat, 26 Sep 2009 18:52:00 +0000 (14:52 -0400)
committerKeith Lazuka <klazuka@gmail.com>
Mon, 28 Sep 2009 20:01:24 +0000 (16:01 -0400)
extra/images/gif/authors.txt [new file with mode: 0644]
extra/images/gif/gif-docs.factor [new file with mode: 0644]
extra/images/gif/gif.factor
extra/images/gif/summary.txt [new file with mode: 0644]

diff --git a/extra/images/gif/authors.txt b/extra/images/gif/authors.txt
new file mode 100644 (file)
index 0000000..14da431
--- /dev/null
@@ -0,0 +1,2 @@
+Doug Coleman
+Keith Lazuka
diff --git a/extra/images/gif/gif-docs.factor b/extra/images/gif/gif-docs.factor
new file mode 100644 (file)
index 0000000..935e8f6
--- /dev/null
@@ -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"
index 6af64be024161f455dba9a9ab7e9a0f6d3684a50..7301cc984f7ae8e52ee945822559ba248cbd207b 100644 (file)
@@ -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.
 USING: accessors arrays assocs combinators compression.lzw
 constructors destructors grouping images images.loader io
diff --git a/extra/images/gif/summary.txt b/extra/images/gif/summary.txt
new file mode 100644 (file)
index 0000000..ff8fc71
--- /dev/null
@@ -0,0 +1 @@
+GIF image file format