>
> Quick comment : are you really sure your camera produces the 12 bit
> data in a "12 bit stream" --- all I have ever seen is that cameras
> would just use 16 bit for each pixel. (All you had to know if it uses
> the left or the right part of those. In other words, you might have
> to divide
On 8/1/07, Danny Chan <[EMAIL PROTECTED]> wrote:
> Hi Travis!
> I guess I will still have to pad my data to full bytes before reading it,
> correct?
>
> Travis Oliphant <[EMAIL PROTECTED]> schrieb:
> Danny Chan wrote:
> > Hi all!
> > I'm trying to read a data file that contains a raw image file. Ev
Hi Travis!
I guess I will still have to pad my data to full bytes before reading it,
correct?
Travis Oliphant <[EMAIL PROTECTED]> schrieb: Danny Chan wrote:
> Hi all!
> I'm trying to read a data file that contains a raw image file. Every
> pixel is assigned a value from 0 to 1023, and all pixels
Danny Chan wrote:
> Hi all!
> I'm trying to read a data file that contains a raw image file. Every
> pixel is assigned a value from 0 to 1023, and all pixels are stored from
> top left to bottom right pixel in binary format in this file. I know the
> width and the height of the image, so all tha
On Mon, Jul 30, 2007 at 04:01:46PM +0200, Danny Chan wrote:
> I'm trying to read a data file that contains a raw image file. Every pixel is
> assigned a value from 0 to 1023, and all pixels are stored from top left to
> bottom right pixel in binary format in this file. I know the width and the
> he
Hi all!
I'm trying to read a data file that contains a raw image file. Every pixel is
assigned a value from 0 to 1023, and all pixels are stored from top left to
bottom right pixel in binary format in this file. I know the width and the
height of the image, so all that would be required is to re