From: Rory Carrillo on
Hi all,

I am looking for the best method to read in bitmap image data, convert that data to hex, and then write it to a file.

Does anyone have a good solution for this?

Thanks
From: ImageAnalyst on
On Mar 25, 8:54 pm, "Rory Carrillo" <carri...(a)bsci.com> wrote:
> Hi all,
>
> I am looking for the best method to read in bitmap image data, convert that data to hex, and then write it to a file.
>
> Does anyone have a good solution for this?
>
> Thanks

-----------------------------------------------------------
What do you mean - the bmp file already is in binary/hex depending on
how you view it. If you want it in a text representation of hex
rather than actual hex, you'd need to write it out like that with
fprintf().