Merge branch 'merge-5.1-into-dev' into dev

This commit is contained in:
Morgan Hardwood 2017-05-15 21:45:10 +02:00
commit edc6fa910a
8 changed files with 192 additions and 909 deletions

View File

@ -1,11 +1,11 @@
RAWTHERAPEE 5 DEVELOPMENT RELEASE NOTES RAWTHERAPEE 5.1-dev RELEASE NOTES
--------------------------------------- ---------------------------------
This is a development version of RawTherapee. We update the code almost daily. Every few months, once enough changes have accumulated and the code is stabilized, we make a new official release. Every code change between these releases is known as a "development" version, and this is one of them.
RawTherapee provides you with a selection of powerful tools with which you can practice the art of developing raw photos. Be sure to read RawPedia to understand how each tool works so that you may make the most of it. RawTherapee provides you with a selection of powerful tools with which you can practice the art of developing raw photos. Be sure to read RawPedia to understand how each tool works so that you may make the most of it.
http://rawpedia.rawtherapee.com/ http://rawpedia.rawtherapee.com/
A great place to start is the "Getting Started" article. Click on "Main page" in the top-left corner when you have finished reading that article to see all other articles. A great place to start is the "Getting Started" article. Click on "Main page" in the top-left corner when you have finished reading that article to see all other articles.
This is a development version of RawTherapee. We update the code almost daily. Every few months, once enough changes have accumulated and the code is stabilized, we make a new official release. Every code change between these releases is known as a "development" version, and this is one of them.
While we only commit tested and relatively stable code and so the development versions should be fairly stable, you should be aware that: While we only commit tested and relatively stable code and so the development versions should be fairly stable, you should be aware that:
- Development versions only had limited testing, so there may be bugs unknown to us. - Development versions only had limited testing, so there may be bugs unknown to us.
- You should report these bugs so that they get fixed for the next stable release. See - You should report these bugs so that they get fixed for the next stable release. See
@ -15,7 +15,7 @@ While we only commit tested and relatively stable code and so the development ve
News Relevant to Photographers News Relevant to Photographers
------------------------------ ------------------------------
- RawTherapee 5 supports most raw formats, including some unusual ones like those from cameras using Foveon and X-Trans sensors. If you're wondering whether it supports your camera's raw format, first download RawTherapee 5 and try for yourself. If a raw format is not supported it will either not open, or the preview in the Editor tab will appear black, white, or have a strong color cast - usually magenta. In that case, read the "Adding Support for New Raw Formats" RawPedia article. - RawTherapee supports most raw formats, including some unusual ones like those from cameras using Foveon and X-Trans sensors. If you're wondering whether it supports your camera's raw format, first download RawTherapee and try for yourself. If a raw format is not supported it will either not open, or the preview in the Editor tab will appear black, white, or have a strong color cast - usually magenta. In that case, read the "Adding Support for New Raw Formats" RawPedia article.
In order to use RawTherapee efficiently you should know that: In order to use RawTherapee efficiently you should know that:
- You can scroll all panels using the mouse scroll-wheel. - You can scroll all panels using the mouse scroll-wheel.
@ -24,27 +24,27 @@ In order to use RawTherapee efficiently you should know that:
- All curves support the Shift and Ctrl keys while dragging a point. Shift+drag makes the point snap to meaningful axes (top, bottom, diagonal, other), while Ctrl+drag makes your mouse movement super-fine for precise point positioning. - All curves support the Shift and Ctrl keys while dragging a point. Shift+drag makes the point snap to meaningful axes (top, bottom, diagonal, other), while Ctrl+drag makes your mouse movement super-fine for precise point positioning.
- There are many keyboard shortcuts which make working with RawTherapee much faster and give you greater control. Make sure you familiarize yourself with them on RawPedia's "Keyboard Shortcuts" page! - There are many keyboard shortcuts which make working with RawTherapee much faster and give you greater control. Make sure you familiarize yourself with them on RawPedia's "Keyboard Shortcuts" page!
New features since 5.0-r1: New features since 5.1:
- - This section will be completed when 5.2 is released.
News Relevant to Package Maintainers News Relevant to Package Maintainers
------------------------------------ ------------------------------------
- To get the latest development version, use the "dev" branch. - No significant changes since 5.1.
- All development now uses GTK3, requiring version >=3.16. There are known bugs using GTK+ versions 3.20-3.22 where scrollbars may appear stuck (issue #3545) and where the Retinex tool's "Gain and Offset" panel may appear under the "Transmission" panel (issue #3525) until the user hovers the mouse cursor over a curve button. For this reason we recommend using GTK+ 3.16-3.18 if possible. - Requires GTK+ version >=3.16.
- GTK2 is no longer supported. Use branch "gtk2" if you want to compile a GTK2 version, but remember that there will be no improvements to it after 5.0-r1. - GTK2 is not supported. 5.0-r1 was the last GTK2 release.
- Branches "master" and "gtk3" are dead, do not use them. - Branches "master" and "gtk3" are dead, do not use them.
- RawTherapee 5 requires GCC-4.9 or higher, or Clang. - RawTherapee 5 requires GCC-4.9 or higher, or Clang.
- Do not use -ffast-math, it will not make RawTherapee faster but will introduce artifacts. - Do not use -ffast-math, it will not make RawTherapee faster but will introduce artifacts.
- Use -o3, it will make RawTherapee faster with no known side-effects. - Use -O3, it will make RawTherapee faster with no known side-effects.
- For stable builds (RT5) use -DCACHE_NAME_SUFFIX="" - For stable releases use -DCACHE_NAME_SUFFIX=""
- For development builds use -DCACHE_NAME_SUFFIX="5-dev" - For development builds and release-candidates use -DCACHE_NAME_SUFFIX="5-dev"
- Windows builders should compile on a drive letter which users are most unlikely to have, such as Y:, due to the "There is no disk in the drive" error (issue #3544).
News Relevant to Developers News Relevant to Developers
--------------------------- ---------------------------
- Use C++11 - Announce and discuss your plans in GitHub before starting work.
- Keep branches small so that completed and working features can be merged into the "dev" branch often, and so that they can be abandoned if they head in the wrong direction.
- Use C++11.
- Code must be run through astyle. - Code must be run through astyle.
- Commits automatically trigger a compilation using Travis CI.
DOCUMENTATION DOCUMENTATION
------------- -------------
@ -59,8 +59,8 @@ http://rawpedia.rawtherapee.com/How_to_write_useful_bug_reports
LIVE CHAT WITH USERS AND DEVELOPERS LIVE CHAT WITH USERS AND DEVELOPERS
-------------------------------------- --------------------------------------
Network: freenode Network: freenode
Server: chat.freenode.net Server: chat.freenode.net
Channel #rawtherapee Channel: #rawtherapee
You can use freenode webchat to communicate without installing anything: You can use freenode webchat to communicate without installing anything:
http://webchat.freenode.net/?randomnick=1&channels=rawtherapee&prompt=1 http://webchat.freenode.net/?randomnick=1&channels=rawtherapee&prompt=1

View File

@ -1,4 +1,4 @@
.TH RAWTHERAPEE 1 "July 05, 2016" .TH RAWTHERAPEE 1 "May 10, 2017"
.SH NAME .SH NAME
RawTherapee - An advanced, cross-platform program for developing raw photos. RawTherapee - An advanced, cross-platform program for developing raw photos.
.SH DESCRIPTION .SH DESCRIPTION
@ -14,11 +14,14 @@ RawTherapee - An advanced, cross-platform program for developing raw photos.
The pipe symbol | indicates a choice of one or the other. The pipe symbol | indicates a choice of one or the other.
The dash symbol - denotes a range of possible values from one to the other. The dash symbol - denotes a range of possible values from one to the other.
.SH SYNOPSIS .SH SYNOPSIS
RawTherapee GUI
rawtherapee <folder> Start File Browser inside folder. rawtherapee <folder> Start File Browser inside folder.
rawtherapee <file> Start Image Editor with file. rawtherapee <file> Start Image Editor with file.
rawtherapee -c <dir>|<files> Convert files in batch with default parameters.
rawtherapee <other options> -c <dir>|<files> Convert files in batch with your own settings. RawTherapee CLI
rawtherapee [-o <output>|-O <output>] [-s|-S] [-p <one.pp3> [-p <two.pp3> ...] ] [-d] [ -j[1-100] [-js<1-3>] | [-b<8|16>] [-t[z] | [-n]] ] [-Y] -c <input> rawtherapee-cli -c <dir>|<files> Convert files in batch using default parameters.
rawtherapee-cli <other options> -c <dir>|<files> Convert files in batch using your own settings.
rawtherapee-cli [-o <output>|-O <output>] [-q] [-a] [-s|-S] [-p <one.pp3> [-p <two.pp3> ...] ] [-d] [ -j[1-100] [-js<1-3>] | [-b<8|16>] [-t[z] | [-n]] ] [-Y] -c <input>
.SH OPTIONS .SH OPTIONS
-c <files> Specify one or more input files. -c <files> Specify one or more input files.
-c must be the last option. -c must be the last option.
@ -26,6 +29,9 @@ RawTherapee - An advanced, cross-platform program for developing raw photos.
Saves output file alongside input file if -o is not specified. Saves output file alongside input file if -o is not specified.
-O <file>|<dir> Set output file or folder and copy pp3 file into it. -O <file>|<dir> Set output file or folder and copy pp3 file into it.
Saves output file alongside input file if -O is not specified. Saves output file alongside input file if -O is not specified.
-q Quick-start mode. Does not load cached files to speedup start time.
-a Process all supported image file types when specifying a folder, even those
not currently selected in Preferences > File Browser > Parsed Extensions.
-s Use the existing sidecar file to build the processing parameters, -s Use the existing sidecar file to build the processing parameters,
e.g. for photo.raw there should be a photo.raw.pp3 file in the same folder. e.g. for photo.raw there should be a photo.raw.pp3 file in the same folder.
If the sidecar file does not exist, neutral values will be used. If the sidecar file does not exist, neutral values will be used.

View File

@ -15,328 +15,15 @@
id="svg2" id="svg2"
version="1.1" version="1.1"
inkscape:version="0.91 r13725" inkscape:version="0.91 r13725"
sodipodi:docname="rt_splash_5.svg" sodipodi:docname="rt_splash.svg"
style="enable-background:new" style="enable-background:new"
inkscape:export-filename="/tmp/rt_splash_5.png" inkscape:export-filename="/tmp/rt_splash_51-dev.png"
inkscape:export-xdpi="90" inkscape:export-xdpi="90"
inkscape:export-ydpi="90"> inkscape:export-ydpi="90">
<title <title
id="title5575">RawTherapee Splash Screen</title> id="title5575">RawTherapee Splash Screen</title>
<defs <defs
id="defs4"> id="defs4">
<linearGradient
id="linearGradient3991">
<stop
style="stop-color:#0076b1;stop-opacity:1;"
offset="0"
id="stop3993" />
<stop
style="stop-color:#119fe6;stop-opacity:1;"
offset="1"
id="stop3995" />
</linearGradient>
<linearGradient
id="linearGradient3983">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop3985" />
<stop
style="stop-color:#000000;stop-opacity:0;"
offset="1"
id="stop3987" />
</linearGradient>
<linearGradient
id="linearGradient4024">
<stop
style="stop-color:#053980;stop-opacity:1"
offset="0"
id="stop4026" />
<stop
style="stop-color:#0293e4;stop-opacity:1;"
offset="1"
id="stop4028" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient4018">
<stop
style="stop-color:#151b92;stop-opacity:1"
offset="0"
id="stop4020" />
<stop
style="stop-color:#1526c3;stop-opacity:1"
offset="1"
id="stop4022" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient4002">
<stop
style="stop-color:#5a1898;stop-opacity:1"
offset="0"
id="stop4004" />
<stop
style="stop-color:#971ec6;stop-opacity:1"
offset="1"
id="stop4006" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient3994">
<stop
style="stop-color:#d91566;stop-opacity:1"
offset="0"
id="stop3996" />
<stop
style="stop-color:#fc12aa;stop-opacity:1"
offset="1"
id="stop3998" />
</linearGradient>
<linearGradient
id="linearGradient3986">
<stop
style="stop-color:#fd4c0b;stop-opacity:1"
offset="0"
id="stop3988" />
<stop
style="stop-color:#feab27;stop-opacity:1;"
offset="1"
id="stop3990" />
</linearGradient>
<linearGradient
id="linearGradient3978">
<stop
id="stop4040"
offset="0"
style="stop-color:#f18e01;stop-opacity:1;" />
<stop
style="stop-color:#ffd02b;stop-opacity:1;"
offset="1"
id="stop3982" />
</linearGradient>
<linearGradient
id="linearGradient3970">
<stop
style="stop-color:#f8bc00;stop-opacity:1;"
offset="0"
id="stop3972" />
<stop
style="stop-color:#ffe309;stop-opacity:1;"
offset="1"
id="stop3974" />
</linearGradient>
<linearGradient
id="linearGradient3962">
<stop
style="stop-color:#38c102;stop-opacity:1"
offset="0"
id="stop3964" />
<stop
style="stop-color:#bced02;stop-opacity:1;"
offset="1"
id="stop3966" />
</linearGradient>
<linearGradient
id="linearGradient3954">
<stop
style="stop-color:#009a01;stop-opacity:1"
offset="0"
id="stop3956" />
<stop
style="stop-color:#01d901;stop-opacity:1;"
offset="1"
id="stop3958" />
</linearGradient>
<linearGradient
id="linearGradient3946">
<stop
style="stop-color:#0193be;stop-opacity:1;"
offset="0"
id="stop3948" />
<stop
style="stop-color:#01d4ed;stop-opacity:1;"
offset="1"
id="stop3950" />
</linearGradient>
<linearGradient
id="linearGradient5015">
<stop
style="stop-color:#d4006e;stop-opacity:1;"
offset="0"
id="stop5017" />
<stop
id="stop5023"
offset="0.30605677"
style="stop-color:#d4006e;stop-opacity:1;" />
<stop
style="stop-color:#6200ac;stop-opacity:1;"
offset="1"
id="stop5019" />
</linearGradient>
<linearGradient
id="linearGradient5003">
<stop
style="stop-color:#ff359e;stop-opacity:1;"
offset="0"
id="stop5005" />
<stop
id="stop5013"
offset="0.44648498"
style="stop-color:#ff82c3;stop-opacity:1;" />
<stop
id="stop5011"
offset="1"
style="stop-color:#f3007e;stop-opacity:1;" />
</linearGradient>
<linearGradient
id="linearGradient4991">
<stop
style="stop-color:#d40000;stop-opacity:1;"
offset="0"
id="stop4993" />
<stop
id="stop5001"
offset="0.5"
style="stop-color:#d40000;stop-opacity:1;" />
<stop
style="stop-color:#ff0000;stop-opacity:1;"
offset="1"
id="stop4995" />
</linearGradient>
<g
id="ID__#42_PAPER_SPACE" />
<g
id="D_FRAME_DRAWING_19">
<line
id="ID_4C"
y2="0"
x2="100"
y1="0"
x1="0"
style="color:#000000;stroke:currentColor" />
<line
id="ID_4D"
y2="100"
x2="100"
y1="0"
x1="100"
style="color:#000000;stroke:currentColor" />
<line
id="ID_4E"
y2="100"
x2="0"
y1="100"
x1="100"
style="color:#000000;stroke:currentColor" />
<line
id="ID_4F"
y2="0"
x2="0"
y1="100"
x1="0"
style="color:#000000;stroke:currentColor" />
</g>
<g
id="ID__#42_MODEL_SPACE" />
<g
id="ID__#42_PAPER_SPACE-4" />
<g
id="ID__#42_MODEL_SPACE-7" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3946"
id="linearGradient3952"
x1="49.885166"
y1="103.2584"
x2="58.130188"
y2="86.115555"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3954"
id="linearGradient3960"
x1="69.426155"
y1="109.56621"
x2="69.426155"
y2="87.778229"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3962"
id="linearGradient3968"
x1="89.69368"
y1="102.90127"
x2="77.581551"
y2="85.401268"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3970"
id="linearGradient3976"
x1="108.90713"
y1="70.38826"
x2="87.602814"
y2="70.38826"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3978"
id="linearGradient3984"
x1="104.45396"
y1="50.126869"
x2="85.538757"
y2="58.698296"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3986"
id="linearGradient3992"
x1="90.159142"
y1="35.440266"
x2="77.581551"
y2="53.589558"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3994"
id="linearGradient4000"
x1="48.471462"
y1="35.151196"
x2="59.551327"
y2="52.828865"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4002"
id="linearGradient4008"
x1="35.142246"
y1="47.984013"
x2="51.94133"
y2="60.841156"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4018"
id="linearGradient4016"
x1="28.165936"
y1="69.662819"
x2="49.506901"
y2="69.662819"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4024"
id="linearGradient4030"
x1="35.907295"
y1="92.042343"
x2="51.05373"
y2="77.180672"
gradientUnits="userSpaceOnUse" />
<g
id="ID__#42_PAPER_SPACE-6" />
<g
id="ID__#42_MODEL_SPACE-3" />
<linearGradient <linearGradient
id="linearGradient3962-8"> id="linearGradient3962-8">
<stop <stop
@ -597,216 +284,6 @@
offset="1" offset="1"
style="stop-color:#feab27;stop-opacity:1;" /> style="stop-color:#feab27;stop-opacity:1;" />
</linearGradient> </linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3991"
id="linearGradient3997"
x1="202.84378"
y1="2.3619339"
x2="202.84378"
y2="99.69117"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.4476573,0,0,1.3919529,-155.8111,-18.701758)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3962-8"
id="linearGradient5062"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.91220191,0,0,0.91220191,0.0189802,6.0858864)"
x1="89.69368"
y1="102.90127"
x2="77.581551"
y2="85.401268" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3954-7"
id="linearGradient5064"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.91220191,0,0,0.91220191,0.0189802,6.0858864)"
x1="69.426155"
y1="109.56621"
x2="69.426155"
y2="87.778229" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4002-3"
id="linearGradient5066"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.91220191,0,0,0.91220191,0.0189802,6.0858864)"
x1="35.142246"
y1="47.984013"
x2="51.94133"
y2="60.841156" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4024-9"
id="linearGradient5068"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.91220191,0,0,0.91220191,0.0189802,6.0858864)"
x1="35.907295"
y1="92.042343"
x2="51.05373"
y2="77.180672" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4018-0"
id="linearGradient5070"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.91220191,0,0,0.91220191,0.0189802,6.0858864)"
x1="28.165936"
y1="69.662819"
x2="49.506901"
y2="69.662819" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3978-6"
id="linearGradient5072"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.91220191,0,0,0.91220191,0.0189802,6.0858864)"
x1="104.45396"
y1="50.126869"
x2="85.538757"
y2="58.698296" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3994-4"
id="linearGradient5074"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.91220191,0,0,0.91220191,0.0189802,6.0858864)"
x1="48.471462"
y1="35.151196"
x2="59.551327"
y2="52.828865" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3970-4"
id="linearGradient5076"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.91220191,0,0,0.91220191,0.0189802,6.0858864)"
x1="108.90713"
y1="70.38826"
x2="87.602814"
y2="70.38826" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3946-8"
id="linearGradient5078"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.91220191,0,0,0.91220191,0.0189802,6.0858864)"
x1="49.885166"
y1="103.2584"
x2="58.130188"
y2="86.115555" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3986-8"
id="linearGradient5080"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.91220191,0,0,0.91220191,0.0189802,6.0858864)"
x1="90.159142"
y1="35.440266"
x2="77.581551"
y2="53.589558" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3962-8-2-3-1"
id="linearGradient5082"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.91873045,0,0,0.91873045,-14.661947,-135.63756)"
x1="89.69368"
y1="102.90127"
x2="77.581551"
y2="85.401268" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3954-7-7-1-4"
id="linearGradient5084"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.91873045,0,0,0.91873045,-14.661947,-135.63756)"
x1="69.426155"
y1="109.56621"
x2="69.426155"
y2="87.778229" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4002-3-1-7-7"
id="linearGradient5086"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.91873045,0,0,0.91873045,-14.661947,-135.63756)"
x1="35.142246"
y1="47.984013"
x2="51.94133"
y2="60.841156" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4024-9-3-1-7"
id="linearGradient5088"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.91873045,0,0,0.91873045,-14.661947,-135.63756)"
x1="35.907295"
y1="92.042343"
x2="51.05373"
y2="77.180672" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4018-0-2-1-2"
id="linearGradient5090"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.91873045,0,0,0.91873045,-14.661947,-135.63756)"
x1="28.165936"
y1="69.662819"
x2="49.506901"
y2="69.662819" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3978-6-3-9-5"
id="linearGradient5092"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.91873045,0,0,0.91873045,-14.661947,-135.63756)"
x1="104.45396"
y1="50.126869"
x2="85.538757"
y2="58.698296" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3994-4-5-5-8"
id="linearGradient5094"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.91873045,0,0,0.91873045,-14.661947,-135.63756)"
x1="48.471462"
y1="35.151196"
x2="59.551327"
y2="52.828865" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3970-4-1-4-5"
id="linearGradient5096"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.91873045,0,0,0.91873045,-14.661947,-135.63756)"
x1="108.90713"
y1="70.38826"
x2="87.602814"
y2="70.38826" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3946-8-12-1-3"
id="linearGradient5098"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.91873045,0,0,0.91873045,-14.661947,-135.63756)"
x1="49.885166"
y1="103.2584"
x2="58.130188"
y2="86.115555" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3986-8-0-0-6"
id="linearGradient5100"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.91873045,0,0,0.91873045,-14.661947,-135.63756)"
x1="90.159142"
y1="35.440266"
x2="77.581551"
y2="53.589558" />
<filter <filter
id="filter5542" id="filter5542"
inkscape:label="ring shadow" inkscape:label="ring shadow"
@ -817,7 +294,7 @@
color-interpolation-filters="sRGB"> color-interpolation-filters="sRGB">
<feFlood <feFlood
id="feFlood5544" id="feFlood5544"
flood-opacity="0.49829351535836175" flood-opacity="1"
flood-color="rgb(0,0,0)" flood-color="rgb(0,0,0)"
result="flood" /> result="flood" />
<feComposite <feComposite
@ -842,106 +319,6 @@
operator="over" operator="over"
result="composite2" /> result="composite2" />
</filter> </filter>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3962-8-2-3-1"
id="linearGradient5758"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.91873045,0,0,0.91873045,-14.661947,-135.63756)"
x1="89.69368"
y1="102.90127"
x2="77.581551"
y2="85.401268" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3954-7-7-1-4"
id="linearGradient5760"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.91873045,0,0,0.91873045,-14.661947,-135.63756)"
x1="69.426155"
y1="109.56621"
x2="69.426155"
y2="87.778229" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4002-3-1-7-7"
id="linearGradient5762"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.91873045,0,0,0.91873045,-14.661947,-135.63756)"
x1="35.142246"
y1="47.984013"
x2="51.94133"
y2="60.841156" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4024-9-3-1-7"
id="linearGradient5764"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.91873045,0,0,0.91873045,-14.661947,-135.63756)"
x1="35.907295"
y1="92.042343"
x2="51.05373"
y2="77.180672" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4018-0-2-1-2"
id="linearGradient5766"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.91873045,0,0,0.91873045,-14.661947,-135.63756)"
x1="28.165936"
y1="69.662819"
x2="49.506901"
y2="69.662819" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3978-6-3-9-5"
id="linearGradient5768"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.91873045,0,0,0.91873045,-14.661947,-135.63756)"
x1="104.45396"
y1="50.126869"
x2="85.538757"
y2="58.698296" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3994-4-5-5-8"
id="linearGradient5770"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.91873045,0,0,0.91873045,-14.661947,-135.63756)"
x1="48.471462"
y1="35.151196"
x2="59.551327"
y2="52.828865" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3970-4-1-4-5"
id="linearGradient5772"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.91873045,0,0,0.91873045,-14.661947,-135.63756)"
x1="108.90713"
y1="70.38826"
x2="87.602814"
y2="70.38826" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3946-8-12-1-3"
id="linearGradient5774"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.91873045,0,0,0.91873045,-14.661947,-135.63756)"
x1="49.885166"
y1="103.2584"
x2="58.130188"
y2="86.115555" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3986-8-0-0-6"
id="linearGradient5776"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.91873045,0,0,0.91873045,-14.661947,-135.63756)"
x1="90.159142"
y1="35.440266"
x2="77.581551"
y2="53.589558" />
<filter <filter
color-interpolation-filters="sRGB" color-interpolation-filters="sRGB"
inkscape:menu-tooltip="Glow of object's own color at the edges" inkscape:menu-tooltip="Glow of object's own color at the edges"
@ -962,160 +339,6 @@
in2="result91" in2="result91"
id="feComposite3584" /> id="feComposite3584" />
</filter> </filter>
<linearGradient
id="linearGradient3962-8-6">
<stop
id="stop3964-8-6"
offset="0"
style="stop-color:#38c102;stop-opacity:1" />
<stop
id="stop3966-8-1"
offset="1"
style="stop-color:#bced02;stop-opacity:1;" />
</linearGradient>
<linearGradient
id="linearGradient3954-7-9">
<stop
id="stop3956-7-9"
offset="0"
style="stop-color:#009a01;stop-opacity:1" />
<stop
id="stop3958-6-1"
offset="1"
style="stop-color:#01d901;stop-opacity:1;" />
</linearGradient>
<linearGradient
id="linearGradient4024-9-8">
<stop
id="stop4026-2-1"
offset="0"
style="stop-color:#053980;stop-opacity:1" />
<stop
id="stop4028-5-3"
offset="1"
style="stop-color:#0293e4;stop-opacity:1;" />
</linearGradient>
<linearGradient
id="linearGradient3978-6-9">
<stop
style="stop-color:#f18e01;stop-opacity:1;"
offset="0"
id="stop4040-9-1" />
<stop
id="stop3982-2-1"
offset="1"
style="stop-color:#ffd02b;stop-opacity:1;" />
</linearGradient>
<linearGradient
id="linearGradient3970-4-3">
<stop
id="stop3972-8-6"
offset="0"
style="stop-color:#f8bc00;stop-opacity:1;" />
<stop
id="stop3974-1-4"
offset="1"
style="stop-color:#ffe309;stop-opacity:1;" />
</linearGradient>
<linearGradient
id="linearGradient3946-8-2">
<stop
id="stop3948-9-7"
offset="0"
style="stop-color:#0193be;stop-opacity:1;" />
<stop
id="stop3950-3-3"
offset="1"
style="stop-color:#01d4ed;stop-opacity:1;" />
</linearGradient>
<linearGradient
id="linearGradient3986-8-7">
<stop
id="stop3988-0-8"
offset="0"
style="stop-color:#fd4c0b;stop-opacity:1" />
<stop
id="stop3990-2-0"
offset="1"
style="stop-color:#feab27;stop-opacity:1;" />
</linearGradient>
<linearGradient
id="linearGradient3962-8-2-3-1-9">
<stop
id="stop3964-8-8-1-0-7"
offset="0"
style="stop-color:#38c102;stop-opacity:1" />
<stop
id="stop3966-8-87-8-3-0"
offset="1"
style="stop-color:#bced02;stop-opacity:1;" />
</linearGradient>
<linearGradient
id="linearGradient3954-7-7-1-4-8">
<stop
id="stop3956-7-0-8-4-7"
offset="0"
style="stop-color:#009a01;stop-opacity:1" />
<stop
id="stop3958-6-2-9-4-8"
offset="1"
style="stop-color:#01d901;stop-opacity:1;" />
</linearGradient>
<linearGradient
id="linearGradient4024-9-3-1-7-2">
<stop
id="stop4026-2-7-0-5-9"
offset="0"
style="stop-color:#053980;stop-opacity:1" />
<stop
id="stop4028-5-61-4-9-6"
offset="1"
style="stop-color:#0293e4;stop-opacity:1;" />
</linearGradient>
<linearGradient
id="linearGradient3978-6-3-9-5-2">
<stop
style="stop-color:#f18e01;stop-opacity:1;"
offset="0"
id="stop4040-9-4-2-7-9" />
<stop
id="stop3982-2-2-6-4-5"
offset="1"
style="stop-color:#ffd02b;stop-opacity:1;" />
</linearGradient>
<linearGradient
id="linearGradient3970-4-1-4-5-0">
<stop
id="stop3972-8-99-0-3-9"
offset="0"
style="stop-color:#f8bc00;stop-opacity:1;" />
<stop
id="stop3974-1-3-3-8-5"
offset="1"
style="stop-color:#ffe309;stop-opacity:1;" />
</linearGradient>
<linearGradient
id="linearGradient3946-8-12-1-3-8">
<stop
id="stop3948-9-5-31-1-1"
offset="0"
style="stop-color:#0193be;stop-opacity:1;" />
<stop
id="stop3950-3-7-2-8-0"
offset="1"
style="stop-color:#01d4ed;stop-opacity:1;" />
</linearGradient>
<linearGradient
id="linearGradient3986-8-0-0-6-7">
<stop
id="stop3988-0-14-81-4-9"
offset="0"
style="stop-color:#fd4c0b;stop-opacity:1" />
<stop
id="stop3990-2-1-2-3-8"
offset="1"
style="stop-color:#feab27;stop-opacity:1;" />
</linearGradient>
<linearGradient <linearGradient
inkscape:collect="always" inkscape:collect="always"
xlink:href="#linearGradient3962-8-2-3-1" xlink:href="#linearGradient3962-8-2-3-1"
@ -1316,36 +539,6 @@
y1="35.440266" y1="35.440266"
x2="77.581551" x2="77.581551"
y2="53.589558" /> y2="53.589558" />
<filter
id="filter10964"
inkscape:label="version"
color-interpolation-filters="sRGB"
x="-0.20000000000000001"
y="-0.20000000000000001"
height="1.3999999999999999"
width="1.3999999999999999">
<feFlood
id="feFlood10966"
flood-opacity="0.40000000000000002"
flood-color="rgb(255,255,255)"
result="flood" />
<feComposite
id="feComposite10968"
in2="SourceGraphic"
in="flood"
operator="in"
result="composite1" />
<feGaussianBlur
id="feGaussianBlur10970"
stdDeviation="3.5"
result="blur" />
<feComposite
id="feComposite10974"
in2="blur"
in="SourceGraphic"
operator="over"
result="composite2" />
</filter>
<filter <filter
width="1.3999999999999999" width="1.3999999999999999"
height="1.3999999999999999" height="1.3999999999999999"
@ -1384,9 +577,9 @@
borderopacity="1.0" borderopacity="1.0"
inkscape:pageopacity="0.0" inkscape:pageopacity="0.0"
inkscape:pageshadow="2" inkscape:pageshadow="2"
inkscape:zoom="1.7154742" inkscape:zoom="1.7051773"
inkscape:cx="290.94671" inkscape:cx="290.94671"
inkscape:cy="103.21" inkscape:cy="112.00674"
inkscape:document-units="px" inkscape:document-units="px"
inkscape:current-layer="layer1" inkscape:current-layer="layer1"
showgrid="false" showgrid="false"
@ -1408,7 +601,7 @@
showborder="true" showborder="true"
borderlayer="false" borderlayer="false"
inkscape:showpageshadow="true" inkscape:showpageshadow="true"
inkscape:snap-global="true" inkscape:snap-global="false"
showguides="true" showguides="true"
inkscape:guide-bbox="true"> inkscape:guide-bbox="true">
<sodipodi:guide <sodipodi:guide
@ -1808,12 +1001,43 @@
y="2.2370076" y="2.2370076"
id="text3689" id="text3689"
sodipodi:linespacing="125%" sodipodi:linespacing="125%"
transform="matrix(1,0,0.05240778,1,1.2558473,0)"><tspan transform="matrix(0.91189111,0,0.04779019,0.91189111,15.491783,-6.3327061)"><tspan
sodipodi:role="line" sodipodi:role="line"
id="tspan3691" id="tspan3691"
x="283.85016" x="283.85016"
y="2.2370076" y="2.2370076"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:80px;font-family:'ITC Eras Std';-inkscape-font-specification:'ITC Eras Std Bold'">5</tspan></text> style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:80px;font-family:'ITC Eras Std';-inkscape-font-specification:'ITC Eras Std Bold'">5</tspan></text>
<text
transform="matrix(0.91189111,0,0.04779019,0.91189111,52.17683,2.0007677)"
sodipodi:linespacing="125%"
id="text3662"
y="2.2370076"
x="283.85016"
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;letter-spacing:-10px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter4749)"
xml:space="preserve"><tspan
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:60px;font-family:'ITC Eras Std';-inkscape-font-specification:'ITC Eras Std Bold';letter-spacing:-10px"
y="2.2370076"
x="283.85016"
id="tspan3664"
sodipodi:role="line">.1</tspan></text>
<g
id="g3712"
transform="translate(-2.9910244,22.7661)"
style="fill:#ffffff">
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:40px;line-height:110.00000238%;font-family:sans-serif;text-align:end;letter-spacing:-1px;word-spacing:0px;text-anchor:end;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="559.0896"
y="46.61301"
id="text3690"
sodipodi:linespacing="110%"
transform="matrix(1,0,0.05240778,1,0,0)"><tspan
id="tspan3696"
sodipodi:role="line"
x="558.0896"
y="46.61301"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:22.5px;line-height:110.00000238%;font-family:'ITC Eras Std';-inkscape-font-specification:'ITC Eras Std Bold';text-align:end;letter-spacing:-1px;text-anchor:end;fill:#ffffff">Development</tspan></text>
</g>
</g> </g>
<g <g
inkscape:groupmode="layer" inkscape:groupmode="layer"

Before

Width:  |  Height:  |  Size: 68 KiB

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 74 KiB

After

Width:  |  Height:  |  Size: 78 KiB

View File

@ -1,19 +1,18 @@
[Version] [Version]
AppVersion=4.2.84 AppVersion=5.1
Version=322 Version=326
[Exposure] [Exposure]
Auto=true Auto=true
Clip=0.02 Clip=0.02
Saturation=0 Saturation=0
CurveMode=Standard CurveMode=Perceptual
CurveMode2=Standard CurveMode2=Perceptual
Curve=0; Curve=0;
Curve2=0; Curve2=0;
[HLRecovery] [Retinex]
Enabled=true Enabled=false
Method=Blend
[Channel Mixer] [Channel Mixer]
Red=100;0;0; Red=100;0;0;
@ -42,19 +41,6 @@ ClCurve=0;
[Sharpening] [Sharpening]
Enabled=false Enabled=false
Method=usm
Radius=0.7
Amount=250
Threshold=20;80;2000;1200;
OnlyEdges=false
EdgedetectionRadius=1.9
EdgeTolerance=1800
HalocontrolEnabled=false
HalocontrolAmount=85
DeconvRadius=0.75
DeconvAmount=75
DeconvDamping=20
DeconvIterations=30
[Vibrance] [Vibrance]
Enabled=false Enabled=false
@ -68,6 +54,7 @@ Enabled=false
[White Balance] [White Balance]
Setting=Camera Setting=Camera
Equal=1 Equal=1
TemperatureBias=0
[Color appearance] [Color appearance]
Enabled=false Enabled=false
@ -82,19 +69,19 @@ Enabled=false
Enabled=true Enabled=true
Enhance=false Enhance=false
Median=true Median=true
Luma=0 Auto=false
Ldetail=50 Luma=40
Chroma=30 Ldetail=80
Method=Lab Method=Lab
LMethod=SLI
CMethod=MAN
C2Method=AUTO
SMethod=shal SMethod=shal
MedMethod=33 MedMethod=soft
RGBMethod=soft RGBMethod=soft
MethodMed=Lab MethodMed=Lpab
Redchro=0
Bluechro=0
Gamma=1.7 Gamma=1.7
Passes=3 Passes=1
LCurve=1;0.05;0.5;0.35;0.35;0.55;0.04;0.35;0.35;
[EPD] [EPD]
Enabled=false Enabled=false
@ -108,6 +95,29 @@ Enabled=false
[PCVignette] [PCVignette]
Enabled=false Enabled=false
[Color Management]
InputProfile=(cameraICC)
ToneCurve=false
ApplyLookTable=false
ApplyBaselineExposureOffset=true
ApplyHueSatMap=true
BlendCMSMatrix=false
DCPIlluminant=0
WorkingProfile=ProPhoto
OutputProfile=RT_sRGB
OutputProfileIntent=Relative
OutputBPC=true
Gammafree=default
Freegamma=false
GammaValue=2.2200000000000002
GammaSlope=4.5
[Wavelet]
Enabled=false
[Directional Pyramid Equalizer]
Enabled=false
[HSV Equalizer] [HSV Equalizer]
HCurve=0; HCurve=0;
SCurve=0; SCurve=0;
@ -116,9 +126,6 @@ VCurve=0;
[Film Simulation] [Film Simulation]
Enabled=false Enabled=false
[Wavelet]
Enabled=false
[RGB Curves] [RGB Curves]
LumaMode=false LumaMode=false
rCurve=0; rCurve=0;
@ -134,12 +141,15 @@ DarkFrameAuto=false
FlatFieldFile=/szeva FlatFieldFile=/szeva
FlatFieldAutoSelect=false FlatFieldAutoSelect=false
CA=true CA=true
HotPixelFilter=true HotPixelFilter=false
DeadPixelFilter=false DeadPixelFilter=false
HotDeadPixelThresh=100 HotDeadPixelThresh=100
PreExposure=1
PrePreserv=0
[RAW Bayer] [RAW Bayer]
Method=lmmse Method=lmmse
ImageNum=1
CcSteps=0 CcSteps=0
PreBlack0=0 PreBlack0=0
PreBlack1=0 PreBlack1=0

View File

@ -1,19 +1,18 @@
[Version] [Version]
AppVersion=4.2.84 AppVersion=5.1
Version=322 Version=326
[Exposure] [Exposure]
Auto=true Auto=true
Clip=0.02 Clip=0.02
Saturation=0 Saturation=0
CurveMode=Standard CurveMode=Perceptual
CurveMode2=Standard CurveMode2=Perceptual
Curve=0; Curve=0;
Curve2=0; Curve2=0;
[HLRecovery] [Retinex]
Enabled=true Enabled=false
Method=Blend
[Channel Mixer] [Channel Mixer]
Red=100;0;0; Red=100;0;0;
@ -43,8 +42,8 @@ ClCurve=0;
[Sharpening] [Sharpening]
Enabled=true Enabled=true
Method=usm Method=usm
Radius=0.7 Radius=0.75
Amount=250 Amount=200
Threshold=20;80;2000;1200; Threshold=20;80;2000;1200;
OnlyEdges=false OnlyEdges=false
EdgedetectionRadius=1.9 EdgedetectionRadius=1.9
@ -68,6 +67,7 @@ Enabled=false
[White Balance] [White Balance]
Setting=Camera Setting=Camera
Equal=1 Equal=1
TemperatureBias=0
[Color appearance] [Color appearance]
Enabled=false Enabled=false
@ -81,20 +81,20 @@ Enabled=false
[Directional Pyramid Denoising] [Directional Pyramid Denoising]
Enabled=true Enabled=true
Enhance=false Enhance=false
Median=true Median=false
Auto=false
Luma=0 Luma=0
Ldetail=85 Ldetail=80
Chroma=15
Method=Lab Method=Lab
LMethod=SLI
CMethod=MAN
C2Method=AUTO
SMethod=shal SMethod=shal
MedMethod=33 MedMethod=soft
RGBMethod=soft RGBMethod=soft
MethodMed=Lab MethodMed=Lonly
Redchro=0
Bluechro=0
Gamma=1.7 Gamma=1.7
Passes=1 Passes=1
LCurve=1;0.05;0.15;0.35;0.35;0.55;0.04;0.35;0.35;
[EPD] [EPD]
Enabled=false Enabled=false
@ -108,6 +108,29 @@ Enabled=false
[PCVignette] [PCVignette]
Enabled=false Enabled=false
[Color Management]
InputProfile=(cameraICC)
ToneCurve=false
ApplyLookTable=false
ApplyBaselineExposureOffset=true
ApplyHueSatMap=true
BlendCMSMatrix=false
DCPIlluminant=0
WorkingProfile=ProPhoto
OutputProfile=RT_sRGB
OutputProfileIntent=Relative
OutputBPC=true
Gammafree=default
Freegamma=false
GammaValue=2.2200000000000002
GammaSlope=4.5
[Wavelet]
Enabled=false
[Directional Pyramid Equalizer]
Enabled=false
[HSV Equalizer] [HSV Equalizer]
HCurve=0; HCurve=0;
SCurve=0; SCurve=0;
@ -116,9 +139,6 @@ VCurve=0;
[Film Simulation] [Film Simulation]
Enabled=false Enabled=false
[Wavelet]
Enabled=false
[RGB Curves] [RGB Curves]
LumaMode=false LumaMode=false
rCurve=0; rCurve=0;
@ -134,12 +154,15 @@ DarkFrameAuto=false
FlatFieldFile=/szeva FlatFieldFile=/szeva
FlatFieldAutoSelect=false FlatFieldAutoSelect=false
CA=true CA=true
HotPixelFilter=true HotPixelFilter=false
DeadPixelFilter=false DeadPixelFilter=false
HotDeadPixelThresh=100 HotDeadPixelThresh=100
PreExposure=1
PrePreserv=0
[RAW Bayer] [RAW Bayer]
Method=amaze Method=amaze
ImageNum=1
CcSteps=0 CcSteps=0
PreBlack0=0 PreBlack0=0
PreBlack1=0 PreBlack1=0

View File

@ -1,19 +1,18 @@
[Version] [Version]
AppVersion=4.2.84 AppVersion=5.1
Version=322 Version=326
[Exposure] [Exposure]
Auto=true Auto=true
Clip=0.02 Clip=0.02
Saturation=0 Saturation=0
CurveMode=Standard CurveMode=Perceptual
CurveMode2=Standard CurveMode2=Perceptual
Curve=0; Curve=0;
Curve2=0; Curve2=0;
[HLRecovery] [Retinex]
Enabled=true Enabled=false
Method=Blend
[Channel Mixer] [Channel Mixer]
Red=100;0;0; Red=100;0;0;
@ -23,7 +22,6 @@ Blue=0;0;100;
[Black & White] [Black & White]
Enabled=false Enabled=false
[Luminance Curve] [Luminance Curve]
Brightness=0 Brightness=0
Contrast=0 Contrast=0
@ -45,7 +43,7 @@ ClCurve=0;
Enabled=true Enabled=true
Method=usm Method=usm
Radius=0.5 Radius=0.5
Amount=250 Amount=200
Threshold=20;80;2000;1200; Threshold=20;80;2000;1200;
OnlyEdges=false OnlyEdges=false
EdgedetectionRadius=1.9 EdgedetectionRadius=1.9
@ -69,6 +67,7 @@ Enabled=false
[White Balance] [White Balance]
Setting=Camera Setting=Camera
Equal=1 Equal=1
TemperatureBias=0
[Color appearance] [Color appearance]
Enabled=false Enabled=false
@ -81,7 +80,6 @@ Enabled=false
[Directional Pyramid Denoising] [Directional Pyramid Denoising]
Enabled=false Enabled=false
Method=Lab
[EPD] [EPD]
Enabled=false Enabled=false
@ -95,6 +93,29 @@ Enabled=false
[PCVignette] [PCVignette]
Enabled=false Enabled=false
[Color Management]
InputProfile=(cameraICC)
ToneCurve=false
ApplyLookTable=false
ApplyBaselineExposureOffset=true
ApplyHueSatMap=true
BlendCMSMatrix=false
DCPIlluminant=0
WorkingProfile=ProPhoto
OutputProfile=RT_sRGB
OutputProfileIntent=Relative
OutputBPC=true
Gammafree=default
Freegamma=false
GammaValue=2.2200000000000002
GammaSlope=4.5
[Wavelet]
Enabled=false
[Directional Pyramid Equalizer]
Enabled=false
[HSV Equalizer] [HSV Equalizer]
HCurve=0; HCurve=0;
SCurve=0; SCurve=0;
@ -103,10 +124,6 @@ VCurve=0;
[Film Simulation] [Film Simulation]
Enabled=false Enabled=false
[Wavelet]
Enabled=false
[RGB Curves] [RGB Curves]
LumaMode=false LumaMode=false
rCurve=0; rCurve=0;
@ -122,12 +139,15 @@ DarkFrameAuto=false
FlatFieldFile=/szeva FlatFieldFile=/szeva
FlatFieldAutoSelect=false FlatFieldAutoSelect=false
CA=true CA=true
HotPixelFilter=true HotPixelFilter=false
DeadPixelFilter=false DeadPixelFilter=false
HotDeadPixelThresh=100 HotDeadPixelThresh=100
PreExposure=1
PrePreserv=0
[RAW Bayer] [RAW Bayer]
Method=amaze Method=amaze
ImageNum=1
CcSteps=0 CcSteps=0
PreBlack0=0 PreBlack0=0
PreBlack1=0 PreBlack1=0

View File

@ -549,9 +549,8 @@ int processLineParams( int argc, char **argv )
std::cout << std::endl; std::cout << std::endl;
#endif #endif
std::cout << "Options:" << std::endl; std::cout << "Options:" << std::endl;
std::cout << " " << Glib::path_get_basename(argv[0]) << " [-o <output>|-O <output>] [-s|-S] [-p <one.pp3> [-p <two.pp3> ...] ] [-d] [ -j[1-100] [-js<1-3>] | [-b<8|16>] [-t[z] | [-n]] ] [-Y] [-f] -c <input>" << std::endl; std::cout << " " << Glib::path_get_basename(argv[0]) << "[-o <output>|-O <output>] [-q] [-a] [-s|-S] [-p <one.pp3> [-p <two.pp3> ...] ] [-d] [ -j[1-100] [-js<1-3>] | [-b<8|16>] [-t[z] | [-n]] ] [-Y] [-f] -c <input>" << std::endl;
std::cout << std::endl; std::cout << std::endl;
std::cout << " -q Quick Start mode : do not load cached files to speedup start time." << std::endl;
std::cout << " -c <files> Specify one or more input files or directory." << std::endl; std::cout << " -c <files> Specify one or more input files or directory." << std::endl;
std::cout << " When specifying directories, Rawtherapee will look for images files that comply with the" << std::endl; std::cout << " When specifying directories, Rawtherapee will look for images files that comply with the" << std::endl;
std::cout << " selected extensions (see also '-a')." << std::endl; std::cout << " selected extensions (see also '-a')." << std::endl;
@ -560,8 +559,9 @@ int processLineParams( int argc, char **argv )
std::cout << " Saves output file alongside input file if -o is not specified." << std::endl; std::cout << " Saves output file alongside input file if -o is not specified." << std::endl;
std::cout << " -O <file>|<dir> Set output file or folder and copy " << pparamsExt << " file into it." << std::endl; std::cout << " -O <file>|<dir> Set output file or folder and copy " << pparamsExt << " file into it." << std::endl;
std::cout << " Saves output file alongside input file if -O is not specified." << std::endl; std::cout << " Saves output file alongside input file if -O is not specified." << std::endl;
std::cout << " -a stand for 'all'. When specifying a directory, process all images specified in the" << std::endl; std::cout << " -q Quick-start mode. Does not load cached files to speedup start time." << std::endl;
std::cout << " extension list from the options file, even those currently not seleted" << std::endl; std::cout << " -a Process all supported image file types when specifying a folder, even those" << std::endl;
std::cout << " not currently selected in Preferences > File Browser > Parsed Extensions." << std::endl;
std::cout << " -s Use the existing sidecar file to build the processing parameters," << std::endl; std::cout << " -s Use the existing sidecar file to build the processing parameters," << std::endl;
std::cout << " e.g. for photo.raw there should be a photo.raw." << pparamsExt << " file in the same folder." << std::endl; std::cout << " e.g. for photo.raw there should be a photo.raw." << pparamsExt << " file in the same folder." << std::endl;
std::cout << " If the sidecar file does not exist, neutral values will be used." << std::endl; std::cout << " If the sidecar file does not exist, neutral values will be used." << std::endl;