PCX file format

D

dav#23

I'm looking for a BMP to PCX converter or any other to get a PCX 2
colour file. Document about PCX 2-Colour file format is wellcome too.

I've the image in a arraybit (black and white points) and with that
I've to generate the PCX file, the header section is right but I've
not found info about the image encoding. Any help is wellcome. If in
the market exists a control that solves it is right too.

Thank you

david dot olivares at gmail dot com
 
J

Jeroen Mostert

dav#23 said:
I'm looking for a BMP to PCX converter or any other to get a PCX 2
colour file. Document about PCX 2-Colour file format is wellcome too.
If the question is image conversion, the answer is nearly always
ImageMagick. So too in this case. There's a binding for .NET as well.
 
D

dav#23

Thank you but I'm looking for a monochrome PCX saving algorithm to
apply it in Compactframework.
 
R

RDub

I have not run across a PCX file in quite some time. I doubt that there are
any Compact Framework Dot.Net code examples of how to write a PCX file
anywhere, however there is quite a bit of (old) documentation about the file
format. Here is a link that includes some C code for reading and writing
that could be helpful. http://www.qzx.com/pc-gpe/pcx.txt There are
undoubtly others, Google is your friend.

Rdub
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top