📄 bmp2bin.txt
字号:
Version: 4.0 Beta
Function: Convert Color BMP File to binary file for MC68VZ328
and DBx.
Usage: bmp2bin <infile> <outfile> <num of bits per pixel> <rgb>
<infile> - input BMP file name (e.g hello.bmp)
<outfile> - output binary file name
<num of bits per pixel>
2 for 2-bit per pixel (4-gray scale)
3 for 3-bit per pixel (8-color)
6 for 6-bit per pixel (64-color)
c for 12-bit per pixel (4096-color)
m for 12-bit per pixel (4096-color)
with 4 zero appended at each pixel
g for 16-bit per pixel (5-6-5)
<rgb> - rgb order
rgb for red, green then blue
bgr for blue, green then red
...
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -