readme.txt

来自「位图转pcb 图」· 文本 代码 · 共 45 行

TXT
45
字号
bmp2pcb.exe  可将黑白的bmp图片转换成pcb文件
-------------------------------------------------
SLEC(R) BMP-to-TraxPCB Utility - Version 2.1
Copyright(c) BEIJING SLEC(R) 1995-1996
All rights reserved --- Howard Lee ---
-------------------------------------------------

USAGE:BMP2PCB.EXE <Bmp> <PCB> [XRes] [YRes] [Attr] [Layer] [Ratio]

<Bmp>   Bitmap(Black&White) file name to be converted
<PCB>   Trax PCB file name to be converted to
[XRes]  X (Horizontal) resolution(Default=1000)
[YRes]  Y (Veritical) resolution(Default=1000)
[Attr]  0(D)-Normal     1-XMirror       2-YMirror       4-Negative
[Layer] Protel-PCB layer number[1-13]
[Ratio] Protel-PCB Skew Ratio [-1, 1]

例:已生成1.bmp的黑白图片
bmp2pcb 1.bmp 1.pcb 
运行结果
-------------------------------------------------
SLEC(R) BMP-to-TraxPCB Utility - Version 2.1
Copyright(c) BEIJING SLEC(R) 1995-1996
All rights reserved --- Howard Lee ---
-------------------------------------------------
Please input X resolution==> 1000    /1000为输入数据
Please input Y resolution==> 1000    /1000为输入数据

File Length-> 39290		\
Pixel Size -> 651X467		|
Bit Counts -> 1			|
Compressed -> 0			 \
Image Size -> 39228		 /
Pixels/mm  -> 3780X3780		|
Colors Used-> 0			|
Colors Impt-> 0			/

Physical Size(inches) ->   0.65 X   0.47
File was converted successfully!

1000为输入数据,如此生成的pcb文件结果为1个pixel对应1个mil,长宽对应
点阵大小,如此,只要生成相应标示、文字、图标的单色bmp图片,就可以生
成相应大小的pcb图,生成自己特色的pcb板图,与protel99中的汉字功能更
优秀!!  希望对大家有用。

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?