[Digikam-devel] [Bug 285610] Save RAW decoding settings in xmp sidecar file

Gilles Caulier caulier.gilles at gmail.com
Thu Nov 3 09:05:18 GMT 2011


https://bugs.kde.org/show_bug.cgi?id=285610





--- Comment #1 from Gilles Caulier <caulier gilles gmail com>  2011-11-03 09:05:18 ---
Look into XMP metadata saved in your TIFF file, in digiKam schema, there is an
Image History tag with xml content of digiKam image editor raw import tool
settings. Look below an exemple done with an ARW file imported to editor and
saved to TIFF :

<history version="1">
    <file
uuid="b442350bf290421e3735e46e9f178713e994a9db93912bcee6e7f56e3c68ecbc"
type="original">
        <fileParams fileName="_A350_Sigma_70_200.1.ARW"
filePath="/mnt/data/photos.test/SONY/"
fileHash="e994a9db93912bcee6e7f56e3c68ecbc" fileSize="13532092"
creationDate="2010-04-10T13:00:32"/>
    </file>
    <filter filterName="digikam:RawConverter" filterDisplayName="Raw
Conversion" filterVersion="1" filterCategory="reproducible" branch="true">
        <params>
            <param name="RAWQuality" value="10"/>
            <param name="autoBrightness" value="true"/>
            <param name="enableBlackPoint" value="false"/>
            <param name="enableWhitePoint" value="false"/>
            <param name="fixColorsHighlights" value="false"/>
            <param name="inputColorSpace" value="0"/>
            <param name="kdcraw-version" value="2.0.1"/>
            <param name="outputColorSpace" value="1"/>
            <param name="sixteenBitsImage" value="true"/>
            <param name="whiteBalance" value="1"/>
        </params>
    </filter>
</history>

Note : Image History do not store only all settings of RAW converter, but in
fact all settings of all tools used in editor to changes/fix/manage photo.

Gilles Caulier

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Digikam-devel mailing list