pcx

Don't understand what's wrong with my PCX code

风流意气都作罢 提交于 2020-05-16 06:33:18
问题 I have a code that shows a PCX using assembly By its width Example image 320x200 x=0, y=0 But if X ( StartPictX ) and Y ( StartPictY ) are unequal to 0, it ruins the picture. And I need to fix that... The original code: ;-------------------------------------- ; Load and show file *.PCX 320x200x256 ; ;-------------------------------------- IDEAL MODEL large P386 MACRO SHOWPCX StartX, StartY, fName mov ax, [StartX] mov [Point_X], ax mov ax, [StartY] mov [Point_Y], ax mov dx, offset fName call

How to Convert bmp file to pcx file [closed]

白昼怎懂夜的黑 提交于 2019-12-11 06:25:53
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 7 months ago . Any method or dll found to convert the image format bpm to pcx? I have been trying to following code. public static void ConvertBMP2PCX(string bmpFilePath) { List<byte> listBytePCX = new List<byte>(); Bitmap bmp = new Bitmap(bmpFilePath); int bmpWidth = bmp.Width; int bmpHeight = bmp.Height; byte[] byteBmp;

Image (PCX) for EPL2 Zebra printer

五迷三道 提交于 2019-12-01 13:09:36
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. I have a 1 bit file which I try to upload with the following script.. setppi.txt GK"NAMEPCX" GK"NAMEPCX" GM"NAMEPCX"3042 and then upload with copy setppi.txt+ppirmt.pcx lpt1/b 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. Here's the way I found

Image (PCX) for EPL2 Zebra printer

两盒软妹~` 提交于 2019-12-01 07:44:30
问题 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. I have a 1 bit file which I try to upload with the following script.. setppi.txt GK"NAMEPCX" GK"NAMEPCX" GM"NAMEPCX"3042 and then upload with copy setppi.txt+ppirmt.pcx lpt1/b 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