Ralf Brown
Ralf Brown
No reply from OP in two months, and a working command string has been found. @dov Feel free to reopen if the suggested solution does not work for you.
Rewrite of the processing code is largely completed, with the majority of the SSE code removed. Any activity on integration with iop_profile?
> Does this preserve existing edits? Looks like a missing version bump - the code is present to convert old edits, but darktable doesn't call it since it thinks they're...
Note that your code *can* figure out how much the image it has been given has been downscaled in order to determine scaled radii and the like to simulate appropriate...
The demosaic module downscales if the requested output dimensions to the following module are small enough. FULL is almost certainly getting more data out of demosaic than PREVIEW, which reflects...
Those are most likely cameras that once had support but lost it when the old rawsamples.ch went away, sometime around the 2.2 release [2.4 release notes request sample images to...
Canon PowerShot A710 IS is on the non-CC0 list. The two FinePix models are on the missing list. The Kodaks aren't on either. Haven't checked the rest.
There is a setting `thumbnail_raw_min_level` which controls the maximum size for which a preview uses the embedded JPEG generated by the camera. While this defaults to "never" (i.e. always use...
The embedded JPEG for the 1:1 image is only 1920x1920, while the full raw data is 3568x3568....
In addition to the multiple pipes, the scopes module also gets update requests from the GUI update code - which is a mess. `expose()` in `views/darkroom.c` gets called on *any*...