images.gif: added documentation

db4
Keith Lazuka 2009-09-26 14:52:00 -04:00
parent 46a768befb
commit e7db217c1f
4 changed files with 16 additions and 1 deletions

View File

@ -0,0 +1,2 @@
Doug Coleman
Keith Lazuka

View File

@ -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"

View 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

View File

@ -0,0 +1 @@
GIF image file format