Best way to Read BMP image and write data (in Hex) to file

  • Follow


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
0
Reply Rory 3/26/2010 12:54:05 AM

On Mar 25, 8:54=A0pm, "Rory Carrillo" <carri...@bsci.com> wrote:
> Hi all,
>
> I am looking for the best method to read in bitmap image data, convert th=
at 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().
0
Reply ImageAnalyst 3/26/2010 1:38:28 AM


1 Replies
813 Views

(page loaded in 0.04 seconds)

Similiar Articles:













7/21/2012 9:40:51 PM


Reply: