NAME
zic2xpm - 将 ZIICS 象棋片段 (chess pieces) 转换为 XBoard (XPM/XIM) 片段的工具。
总览 SYNOPSIS
zic2xpm file1 [file2 ...]
描述
zic2xpm 将一个或多个 ZIICS 片段文件转换为 XBoard 可用的格式。如果你给出一个以上的文件名,小心同样大小的多个文件 (? sets) 不能共存于同一目录下。不同大小的多个文件可以共存于单一目录下。
范例 EXAMPLE
如果你想新建一个目录,包含设定 (? sets) SET2.V32, SET2.V40, SET2.V50, 和 SET2.V56, 它们都在 ~/ziics 目录中,你可以这样:
mkdir Sets cd Sets zic2xpm ~/ziics/SET2.*
然后你可以这样运行 XBoard:
xboard -pixmap Sets
BUGS
请向 frankm@hiwaay.net 报告它的任何 bug。
参见 SEE ALSO
.BRxboard(6).
#p#
NAME
zic2xpm - Tool to convert ZIICS chess pieces into XBoard (XPM/XIM) pieces.
SYNOPSIS
zic2xpm file1 [file2 ...]
DESCRIPTION
zic2xpm converts one or more ZIICS piece files into a format that can be used by XBoard. If you give more than one filename, be aware that multiple sets of the same size cannot exist in one directory. Multiple sets of different sizes can exist in a single directory.
EXAMPLE
If you wanted to make a directory containing the sets SET2.V32, SET2.V40, SET2.V50, and SET2.V56, all of which are located in ~/ziics, you could do:
mkdir Sets cd Sets zic2xpm ~/ziics/SET2.*
You would then run XBoard like this:
xboard -pixmap Sets
BUGS
Please report any bugs to frankm@hiwaay.net
SEE ALSO
.BRxboard(6).