From: Rory Carrillo on 25 Mar 2010 20:54 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 25 Mar 2010 21:38 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().
|
Pages: 1 Prev: Phase shift in Simulink Next: Serial output with Quatech ESC-100 |