Re: [Scid-users] larger boards in scid

2013-11-12 Thread Alexander Wagner
On 11/12/2013 05:22 PM, Fulvio wrote: Hi! Probably, the attached two scripts would be of help. I actually thought they were in the source tree. Alexander Klimov wrote: Fortunately it is not that hard to do this using ImageMagick by running the following bash script in img/pieces/Merida/ fo

Re: [Scid-users] larger boards in scid

2013-11-12 Thread Fulvio
Alexander Klimov wrote: > Fortunately it is not that hard to do this using ImageMagick by > running the following bash script in img/pieces/Merida/ > > for s in 25 31 38 46 57 70 86 106 130 160; do > convert -size $((12*s*4))x$((s*4)) xc:white\ > -family "Chess Merida" -pointsize $((4*

Re: [Scid-users] larger boards in scid

2013-11-12 Thread Fulvio
Alexander Klimov wrote: > Hi. > > >> 3) Assuming that you want to use the default "Merida1" piece set, add a >> file "img/pieces/Merida1/Merida1_160.gif" with all the 12 piece type (6 >> white + 6 black) of size 1920 (160 * 12) x 160 pixel. >> > > Thanks, although the real question was >