问题描述
我在制作和上传图形到EPL2打印机时遇到了麻烦。
I am having trouble producing and uploading graphics to an EPL2 printer.
完全厌倦了任何可用的软件并在互联网上搜索,我感到很茫然。
Having tired quite literally any pieces of software available and trawled the internet, I am at a loss.
我有一个1位文件,我尝试使用以下脚本上传..
I have a 1 bit file which I try to upload with the following script..
setppi.txt
GK"NAMEPCX"
GK"NAMEPCX"
GM"NAMEPCX"3042
然后上传
copy setppi.txt+ppirmt.pcx lpt1/b
在我撕掉剩下的头发之前,有经验的人有没有得到任何提示?我几乎可以肯定这个问题与pcx的创建有关,但是我已经尝试了所有选项,我不确定我的下一步。
Has anyone with experience got any tips before I tear out what is remaining of my hair? I am almost certain that this issue is to do with the creation of the pcx but having tried all options, I am unsure as to my next step.
推荐答案
以下是我发现正确创建PCX的方法:
Here's the way I found to create the PCX properly:
在gimp中,将文件另存为1位(黑白)BMP。不要选择PCX,因为保存的格式不是打印机要求的1位PCX!
In gimp, save the file as a 1-bit (black and white) BMP. Don't select PCX because the saved format is not 1-bit PCX as required by the printer!
使用imagemagick的转换程序将BMP转换为PCX。
Use imagemagick's convert program to convert your BMP to PCX.
在我解决之后遇到的另一个问题是图形仍然是腐败的,这是一个代码页问题,所以要小心。
The other issue I ran across after I got that down was that graphics were still corrupt, that was a codepage issue, so watch out for that.
这篇关于用于EPL2 Zebra打印机的图像(PCX)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!