Summary: | dngconverter doesn't support sraw files | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | krzysztof pijarski <kpijarski> |
Component: | Plugin-Bqm-DngConverter | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles, lexa, tschenser |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 2.0.0 | |
Sentry Crash Report: |
Description
krzysztof pijarski
2010-12-20 01:32:10 UTC
Alex, do you know SRAW files ? Gilles Caulier Canon's sRAW (both sRAW1 and sRAW2) are supported by LibRaw. The internal YCC channels are splitted back to RGB data during unpack stage. The unprocessed unpacked data contains only three channels, the second G(reen) channel is empty. With Canon sRaw the main image is coded as LinearRaw in the generated dng file. Dngconverter does currently not support LinearRaws. As Alex said that he convert the internal YCC to RGB it should be possible to this. Alex, how do sraw differ from cfa in libraw params? As far as I can see imgdata.idata.colors is 3 in both cases. The only thing I see is imgdata.idata.filters, which is zero for sraw. Is this the hint? Jens Yes, filters == 0 for already interpolated data (including sRAW and 4-shot Sinars). So, all three channels are filled in every pixel. Git commit 860b3c3a238fba36999555832013aff1ca3a0094 by Jens Mueller. Committed on 01/03/2011 at 23:03. Pushed by jmueller into branch 'master'. add canon sraw to linear dng conversion BUGS: 260754 M +205 -177 dngconverter/dngwriter/dngwriter.cpp M +1 -1 dngconverter/plugin/aboutdata.h http://commits.kde.org/kipi-plugins/860b3c3a238fba36999555832013aff1ca3a0094 |