Has anyone dealt with converting a BMP to PCX in the .net compact framework.
I need to convert a signature from a BMP to a PCX to be printed on a Zebra RW420 bluetooth printer. Any help would be greatly appreciated.
Thanks!
Has anyone dealt with converting a BMP to PCX in the .net compact framework.
I need to convert a signature from a BMP to a PCX to be printed on a Zebra RW420 bluetooth printer. Any help would be greatly appreciated.
Thanks!
I'm not aware of any code that does this for the CF, but the PCX format is well documented and quite simple. It should be fairly straightforward to create a converter.