/sys/doc/ Documentation archive


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bit images and Inferno



To read a GIF file, use "imagefile.m" and RImagefile.read().
There is a JPEG implementation of the interface, too.
(Functions to write these formats should appear before too long.)
The result wil be an Image; use Display.writeimage() will
emit a .bit file.  This information is in the manual.

-rob