RT5 release notes and other text file updates.

This commit is contained in:
Morgan Hardwood 2017-01-22 21:20:10 +01:00
parent b3ec3694be
commit 1f2a2542fe
4 changed files with 54 additions and 15 deletions

View File

@ -1,5 +1,6 @@
RawTherapee - A powerful, cross-platform raw image processing program.
Copyright (C) 2004-2012 Gabor Horvath <hgabor@rawtherapee.com>
Copyright (C) 2010-2017 RawTherapee development team.
RawTherapee is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by

View File

@ -41,4 +41,4 @@ Windows:
http://rawpedia.rawtherapee.com/Windows
OS X:
http://rawpedia.rawtherapee.com/OS_X
http://rawpedia.rawtherapee.com/macOS

View File

@ -1,21 +1,58 @@
RAWTHERAPEE DEVELOPMENT RELEASE NOTES
-------------------------------------
RAWTHERAPEE 5 RELEASE NOTES
---------------------------
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/
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 every day, which means the smallest number in the version changes every day, and every few months when new features are finalized and known bugs are fixed we release a stable version. Every minor version in-between those stable versions is known as a "development" version, and this build 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:
- They only had limited testing, so there may be bugs unknown to us.
- You should report these bugs so they get fixed for the stable release. See www.rawpedia.rawtherapee.com/How_to_write_useful_bug_reports The way new tools work in the development versions is likely to change as we tweak and tune them, so your processing profiles may produce different results when used in a future stable versions.
- Bugs present in the stable versions get fixed, and until a new stable version is released these fixes are present in these development versions, thereby making the development version "more stable" than the previous stable version. At the same time, new features may introduce new bugs :) This is a trade-off you should be aware of.
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.
In order to use RawTherapee efficiently you should know that:
- You can scroll all panels using the mouse scroll-wheel.
- You can right-click on a tool's name to automatically expand it while collapsing all others.
- To change slider values or drop-down list items with the mouse scroll-wheel, hold the Shift key. This is so that you can safely scroll the panels without accidentally changing a slider or other tool setting.
- 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!
Refer to RawPedia for information about RawTherapee's tools and how to use them.
New Features:
- Wavelets tool.
- Retinex tool.
- Monitor profile and rendering intent support.
- Print soft-proofing support.
- Automatic chroma noise reduction, manual luminance noise reduction using sliders and curves.
- The "Inspect" tab in the File Browser lets you see a 100% preview of the image whose thumbnail your mouse cursor hovers over, which is either the largest JPEG image embedded in the raw file or the image itself when hovering over non-raw images.
- The curve pipette allows you to pick the right point of a curve by clicking in the preview, and input/output values so that you can set the desired output value for a given input value.
- Post-resize sharpening, to give your photos that subtle crispness after resizing them.
- Dual-illuminant DCP support with curves, base tables, look tables and baseline exposure.
- New exposure tone curve modes "Luminance" and "Perceptual".
- Queue processing will stop if an error is encountered while saving, e.g. if you run out of disk space.
- The Contrast by Detail Levels tool received the "Process Locate Before/After Black-and-White" option.
- Rec. 2020 ICC profile added.
- The Navigator can show RGB, HSV and L*a*b* values in a range of 0-255, 0-1 or %.
- The Lockable Color Picker allows you to place multiple sample points over the preview to measure colors and see them change in real time as you manipulate the image. They support the same ranges as the Navigator.
- Grayscale JPEG and TIFF images are now supported.
- 32-bit TIFF files are supported.
- In addition to these new features, RawTherapee received over two years worth of amazing speedups, code cleanups and bug fixes, making it faster and more stable than ever before!
News Relevant to Package Maintainers
------------------------------------
- Branch "master" uses GTK2, branch "gtk3" requires GTK+ >=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.
- RawTherapee 5 requires GCC-4.9 or higher, or Clang.
- Use -DCMAKE_CXX_FLAGS="-std=c++11"
- For stable builds (RT5) use -DCACHE_NAME_SUFFIX=""
- For development builds 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
---------------------------
- Use C++11
- Code must be run through astyle.
- Commits automatically trigger a compilation using Travis CI.
Complete revision history available on GitHub:
https://github.com/Beep6581/RawTherapee/commits/
DOCUMENTATION
-------------
@ -24,7 +61,7 @@ http://rawpedia.rawtherapee.com/
REPORTING BUGS
--------------
Find out how to write good bug reports and get stack-backtraces here:
If you found a problem, don't keep it to yourself. Read the "How to write useful bug reports" article to get the problem fixed:
http://rawpedia.rawtherapee.com/How_to_write_useful_bug_reports
LIVE CHAT WITH USERS AND DEVELOPERS
@ -46,4 +83,3 @@ REVISION HISTORY
----------------
The complete changelog is available at:
https://github.com/Beep6581/RawTherapee/commits/

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2014 Maciej Dworak www.londonlight.org -->
<!-- Copyright 2017 Maciej Dworak www.rawtherapee.com -->
<application>
<id type="desktop">rawtherapee.desktop</id>
<metadata_license>CC-BY-SA-4.0</metadata_license>
@ -15,7 +15,9 @@
</p>
</description>
<screenshots>
<screenshot type="default">http://rawtherapee.com/images/screenshots/rt-42_07-hdr-landscape.jpg</screenshot>
<screenshot type="default">http://rawpedia.rawtherapee.com/images/9/99/Rt-5-misty1.jpg</screenshot>
<screenshot>http://rawpedia.rawtherapee.com/images/2/2f/Rt-5-cc24-lcp.jpg</screenshot>
<screenshot>http://rawtherapee.com/images/screenshots/rt-42_07-hdr-landscape.jpg</screenshot>
<screenshot>http://rawtherapee.com/images/screenshots/rt-42_03-macro-detail-toning.jpg</screenshot>
<screenshot>http://rawtherapee.com/images/screenshots/rt-42_05-cow-bw-toning.jpg</screenshot>
<screenshot>http://rawtherapee.com/images/screenshots/rt-42_08-fb-metadata.jpg</screenshot>