Quote:
> Maybe somebody have any idea | hint how to save .bmp
> file in BIG endian format. How can I get information
> about that?
Grab a document describing the BMP format from http://www.wotsit.org/
Then follow that format when writing your binary file, except write integers
in big-endian format.
If you have trouble with the C coding, post your source for the newsgroup to
help you.
--
Simon.