~diesch/ubuntu/trusty/scid/fix-for-1277520

« back to all changes in this revision

Viewing changes to bitmaps2/README.bitmaps

  • Committer: Bazaar Package Importer
  • Author(s): Peter van Rossum
  • Date: 2002-04-06 14:49:15 UTC
  • Revision ID: james.westby@ubuntu.com-20020406144915-63pe79by11n28esy
Tags: upstream-3.2
ImportĀ upstreamĀ versionĀ 3.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
This directory provides bitmaps with the same size and naming
 
2
conventions as those distributed till xboard-3.**
 
3
These bitmaps are distributed under the GNU GENERAL PUBLIC LICENSE
 
4
coming with xboard.
 
5
 
 
6
The bitmaps contained herein were converted from my MetaFont
 
7
version of chess font. These are designed very well to deliver
 
8
good rastered images on low resolution devices. The general
 
9
shape of these fonts are designed after very old typefaces
 
10
used in printing chess books. They are not as fancy as the
 
11
currently used bitmaps of xboard, but I like them in their
 
12
'san serif'-ness - may be others too.
 
13
  The MetaFont source of this font may be obtained from me
 
14
under the GNU GENERAL PUBLIC LICENSE.
 
15
  To convert the pk-Files to bitmaps I used the conversion tool
 
16
mftobdf to generate X11-bdf - fonts, and then used a small C
 
17
program, to write the xbm-files.
 
18
 
 
19
5.Feb.1994 Elmar Bartel
 
20
bartel@informatik.tu-muenchen.de
 
21
 
 
22
* * *
 
23
 
 
24
The 21-pixel bitmaps are also based on Elmar's font, but I hand-tuned
 
25
them quite a bit.  I converted them from the Metafont gf file by
 
26
running gftype and applying a C program of my own to the
 
27
human-readable output.
 
28
 
 
29
icon_white and icon_black were produced in the same way.
 
30
 
 
31
21 Nov 1995  Tim Mann
 
32
 
 
33
* * *
 
34
 
 
35
I took the x40x.bm files from Tim's Xboard/bitmap distribution and modified
 
36
them so as to have the light and dark colored square pieces (dark squares have 
 
37
the cross-hatching found in most chess books).  Added empty squares. 
 
38
 
 
39
The naming convention for the bitmaps is almost obvious.  The first character
 
40
is the color of the square, the second is the color of the piece, and the
 
41
third is the piece abbreviation (english bias: p, r, n, b, q, k).
 
42
The blank squares are the only exception, they are simply wsq.bm and bsq.bm.
 
43
 
 
44
6 Sep 1997 George Barrett
 
45
grbarret@eecs.umich.edu