The creation of believable and endearing CHARACTERs in computer
graphics presents a number of technical challenges, including the
modeling, animation and rendering of complex shapes such as
heads, hands, and clothing.
DELPHIBOX
The ImageHTML converts images to ASCII CHARACTERs in HTML format.
The output image is in three formats: true color, grayscale, and
mono color.
The ImageHTML is provided "AS IS " without any warranty of any
kind, either express or implied. The entire risk as to the quality
and performance of the software is with you. The author is not
liable for any damages resulting from the use and misuse of the
software.
The ImageHTML is freeware. You may copy it as long as you copy all
of files.
This software performs code conversion of Chinese CHARACTERs,
including GB2312/GBK and BIG5.
It also supports some encodings of Chinese character code which
are used widely in Japan, such as Chinese Writer, cWnn, Nihao,
Zhongwen Qigao, etc.
Reads/writes text as a character stream, buffering CHARACTERs so as to provide for the efficient reading/writing of CHARACTERs, arrays, and lines.
The buffer size may be specified, or the default size may be used. The default is large enough for most purposes.
In general, each read request made of a Reader causes a corresponding read request to be made of the underlying character or byte stream. It is therefore advisable to wrap a BufferedReader around any Reader whose read() operations may be costly, such as FileReaders and InputStreamReaders.