paolodepetrillo
paolodepetrillo
See [this Darktable bug](https://github.com/darktable-org/darktable/issues/8728) for background info and references. I'm trying to figure out how to add this to Darktable, for vignetting correction for RAW DNGs from the Google Camera...
There is a typo on line 762 of micro_esb.c: UESB_CORE_RX_FIFO_SIZE should be UESB_CORE_TX_FIFO_SIZE. This only causes a problem if you are using different sizes for the RX FIFO and TX...
I think there is a problem with the white level for Olympus raws. It gets set here https://github.com/darktable-org/rawspeed/blob/e5cbf2750893b413e82dbeb7d4cb022018fa4637/src/librawspeed/decoders/OrfDecoder.cpp#L278 which was originally added in this commit from 2011 https://github.com/darktable-org/rawspeed/commit/98420bffd3198c931085a8f9b5a00cf30cca46f0 It starts...
The purpose of this change is to make the DNG OpcodeList tags available through the rawler API, so that they can be accessed from within vkdt to implement some opcode...
The purpose of this change is to make the DNG OpcodeList tags available through the rawler API, so that they can be accessed from within vkdt to implement some opcode...
I have been experimenting with adding support for [DNG Opcode List](https://helpx.adobe.com/content/dam/help/en/photoshop/pdf/DNG_Spec_1_7_1_0.pdf) processing. These opcode lists can be used for operations like: - Color shading correction (needed for most smartphone cameras)...
I have been experimenting with a lens correction module which uses a LUT to map a radius in the output image to a radius in the input image, rather than...