Convert BMP to PCX C# Compact Framework
Has anyone dealt with converting a BMP to PCX in the .net compact framework.
I need to convert a signature from a BM开发者_如何学PythonP 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.
精彩评论