I have raw Bayer images obtained from a camera sensor. There are 4 types of bayer image data formats:- GRBG, GBRG, BGGR, & RGGB. Each sample being 16 bit unsigned value.

I am looking for :-

1]Some image viewer to view images in such bayer data formats.

2]Converter to convert between above mentioned 4 bayer data format images.

thank you.

-AD

link|improve this question

54% accept rate
feedback

1 Answer

up vote 0 down vote accepted

dcraw would be a good starting point. It will convert a huge range of raw formats to standard image formats, suitable for viewing and post-processing. It's mainly a source code distribution but there are links to executables for a range of platforms.

link|improve this answer
Thanks for the pointer. I downloaded dcraw executable for windows. But i have a x64 bit Windows-7. The dcraw executable is not running in it. Any pointers? – goldenmean Jul 22 '10 at 9:38
@goldenmean: Are you getting an error message or is nothing happening? dcraw needs to be run from the Command Prompt. – Mike Fitzpatrick Jul 22 '10 at 23:31
I ran it from command prompt. But even there this x64 compatibility error comes up. – goldenmean Jul 26 '10 at 6:32
@goldenmean: The 64 bit version on the following page works fine on my Win 7 x64 system. rawness.es/dcraw/?lang=en – Mike Fitzpatrick Jul 26 '10 at 8:44
I hadn't tried the x64 version although i had got it. It works for me as well. Thanks. – goldenmean Jul 26 '10 at 9:22
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.