Make it possible to save XBoard piece images as Windows bitmaps
authorH.G.Muller <hgm@hgm-xboard.(none)>
Wed, 30 Nov 2016 16:16:50 +0000 (17:16 +0100)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Fri, 13 Jan 2017 15:39:24 +0000 (16:39 +0100)
commit8e4a958eea326db65c7621b4c1840cdca97f6d07
tree622e8c4de5f51fde16bdfc4837a9f00e3b7841a4
parent4223777243f0d5c358c15307b5131d94a8030a3d
Make it possible to save XBoard piece images as Windows bitmaps

A new option -bmpSave N would make XBoard save the images of the first
N pieces of each color, plus the King, as a Windows .bmp file with alpha
channel (32 bits/pixel). This happens in a sub-directory 'bmaps'. After the
black King is saved, XBoard will exit.
args.h
common.h
draw.c