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
|
|