Re: [brlcad-devel] Image Processing: pix format

2013-04-30 Thread Christopher Sean Morrison
On Apr 30, 2013, at 5:23 PM, Deepak Pandian wrote: > How are the raw images (pix format) are generated within brlcad workflow? PIX files are the default format for many of our tools including our primary ray tracer. They represent raw unbiased spectral image data. > Suppose if I plan to do al

[brlcad-devel] Image Processing: pix format

2013-04-30 Thread Deepak Pandian
Hi All, How are the raw images (pix format) are generated within brlcad workflow? Suppose if I plan to do all the processing in double precision, with 4 bytes for every color channel, should we generating pix with 4 bytes/channel or its up to the libicv to make that conversion. -- With Regard