Hi,
I wanted to try dng format but it request a badpixel.bin file.
I wonder why it is need :
- may be I don't want to do badpixel processing
- may be I already set conf.bad_pixel_removal (and use badpixel/badpixel.txt) that already does badpixel processing (according to what I understand from source code)
BTW, even if there is no badpixel.bin, it should be save to call patch_bad_pixels_b because binary_count should be 0 in that case, that patch_bad_pixels_b will do nothing.
Also why there is now 2 badpixels mechanism (badpixel.txt vs badpixel.bin) ?