のねのBlog

パソコンの問題や、ソフトウェアの開発で起きた問題など書いていきます。よろしくお願いします^^。

bdf2bmp bitmap bdf bmp

bdf2bmp www.vector.co.jp

実行例

> .\bdf2bmp
bdf2bmp version 0.6
Usage: bdf2bmp [-option] input-bdf-file output-bmp-file
Option:
  -sN    spacing N pixels (default N=2)
             N value can range from 0 to 32
  -cN    specifying N colomns in grid (default N=32)
             N value can range from 1 to 1024
  -w     showing the baseline and the widths of glyphs
             with gray colors
  -i     prompting whether to overwrite an existing file
  -h     print help
> .\bdf2bmp .\shnmk16.bdf
Usage: bdf2bmp [-option] input-bdf-file output-bmp-file
> .\bdf2bmp .\shnmk16.bdf .\shnmk16_bdf.bmp
  Total glyphs = 6879
  BMP width = 578 pixels
  BMP height = 3872 pixels
  BMP filesize = 2246838 bytes
> .\bdf2bmp -c64 .\shnmk16.bdf .\shnmk16_bdf.bmp
  Total glyphs = 6879
  BMP width = 1154 pixels
  BMP height = 1946 pixels

f:id:none53:20200910174833j:plain

openlab.ring.gr.jp