01-09-2015, 09:15 PM
DCraw will be around forever, and it's developed a bit more than an hour from my house!
There is always basic matrix addition to debayer as well. If you have This array:
R1 G1 R2 G2 R3 G3
G4 B1 G5 B2 G6 B3
You can take R1+R2= Rx, R2+R3 = Ry, G1+G4+G5=Gx, B1+B2=Bx, etc. Other addition methods work as well...
Then one only has to decode the header and extract the data array. Non-bayer sensors are trickier, but reading bayer is relatively easy and there are many open soruce options. ImageJ is another option that will be around for yet a while longer.
There is always basic matrix addition to debayer as well. If you have This array:
R1 G1 R2 G2 R3 G3
G4 B1 G5 B2 G6 B3
You can take R1+R2= Rx, R2+R3 = Ry, G1+G4+G5=Gx, B1+B2=Bx, etc. Other addition methods work as well...
Then one only has to decode the header and extract the data array. Non-bayer sensors are trickier, but reading bayer is relatively easy and there are many open soruce options. ImageJ is another option that will be around for yet a while longer.