[Rawstudio-commit] r806 - in doc/getting-started: . resources

svn at rawstudio.org svn at rawstudio.org
Tue Sep 26 18:41:25 CEST 2006


Author: egger
Date: 2006-09-26 18:41:25 +0200 (Tue, 26 Sep 2006)
New Revision: 806

Added:
   doc/getting-started/Getting_started.xml
   doc/getting-started/resources/
   doc/getting-started/resources/RS_BW.png
   doc/getting-started/resources/RS_Browser_full.png
   doc/getting-started/resources/RS_Browser_mod.png
   doc/getting-started/resources/RS_Browser_neu.png
   doc/getting-started/resources/RS_Snapshot.png
   doc/getting-started/resources/RS_Toolbox_mod.png
   doc/getting-started/resources/RS_Toolbox_new.png
   doc/getting-started/resources/RS_cache.png
   doc/getting-started/resources/RS_export.png
   doc/getting-started/resources/RS_files.png
   doc/getting-started/resources/RS_full_new.png
   doc/getting-started/resources/RS_full_windows.png
   doc/getting-started/resources/RS_over.png
   doc/getting-started/resources/RS_paste.png
   doc/getting-started/resources/RS_preferences.png
   doc/getting-started/resources/RS_purge.png
Log:


Added: doc/getting-started/Getting_started.xml
===================================================================
--- doc/getting-started/Getting_started.xml	2006-09-26 09:30:54 UTC (rev 805)
+++ doc/getting-started/Getting_started.xml	2006-09-26 16:41:25 UTC (rev 806)
@@ -0,0 +1,879 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
+"http://www.oasis-open.org/docbook/xml/4.3b2/docbookx.dtd">
+<article lang="en">
+  <articleinfo>
+    <title>Getting started with Rawstudio</title>
+
+    <author>
+      <firstname>Version 0.2</firstname>
+
+      <surname>to be used with Rawstudio V0.3</surname>
+    </author>
+
+    <email>someEmail at gmail.com</email>
+  </articleinfo>
+
+  <sect1>
+    <title>Introduction</title>
+
+    <para>Rawstudio is an open source RAW image converter written in
+    GTK+/Gnome. It is open source and published under the terms of the GNU
+    General Public License (GPL). It will generate JPEG or PNG images from
+    your digital camera RAW files. It is not a fully features picture editing
+    program. If you are looking for something like this, try GIMP or other
+    programs. Rawstudio has a very simple architecture which is optimized for
+    ease of use. You will realize that the design goals were:</para>
+
+    <para><itemizedlist>
+        <listitem>
+           Great raw conversion 
+        </listitem>
+
+        <listitem>
+           Simplicity 
+        </listitem>
+
+        <listitem>
+           Easy workflow 
+        </listitem>
+
+        <listitem>
+           Photographer centric (means intuitive use for photographers) 
+        </listitem>
+      </itemizedlist></para>
+
+    <para>There is one very important point that must be understood: Rawstudio
+    never makes ANY permanent changes to the RAW files. Using XML files,
+    Rawstudio stores all the changes that you make in a color information
+    file. This files can be backed up and applied to the RAW file should
+    reprocessing be necessary at a later date.</para>
+
+    <para>Please be aware that Rawstudio is still in process of develpoment
+    (yes, it's Beta!) and more features will be added over time. So the
+    interface of Rawstudio, features, shortcuts etc. may change in future, but
+    the basic idea behind will stay the same.</para>
+
+    <para>Even if this guide covers some of the details this is not a manual.
+    Although most users of other raw converters should find their way after
+    reading this guide.</para>
+  </sect1>
+
+  <sect1>
+    <title>Display</title>
+
+    <para>Rawstudio looks like a very basic and simple application. Don't get
+    fooled as simplicity is a priority design goal and way harder to make than
+    bloated applications. The main layout looks like this:</para>
+
+    <screenshot>
+      <screeninfo></screeninfo>
+
+      <mediaobject>
+        <imageobject>
+          <imagedata fileref="resources/RS_full_windows.png" />
+        </imageobject>
+      </mediaobject>
+    </screenshot>
+
+    <para>Within Rawstudio you have different areas, which have been colored
+    in the image above</para>
+
+    <itemizedlist>
+      <listitem>
+        <para>RAW file browser (red)</para>
+      </listitem>
+
+      <listitem>
+        <para>Image area (yellow)</para>
+      </listitem>
+
+      <listitem>
+        <para>Toolbox (green)</para>
+      </listitem>
+
+      <listitem>
+        <para>Messagebox (blue)</para>
+      </listitem>
+    </itemizedlist>
+
+    <para>By hitting &lt;F11&gt; you can switch to fullscreen mode (and
+    back).</para>
+
+    <sect2>
+      <title>The RAW file browser</title>
+
+      <para>On top you have the RAW file browser. As the name says this is for
+      raw files only. Once you select a folder Rawstuido will start to create
+      low resolution preview images (thumbnails) for every RAW file in the
+      directory. Rawstudio is very fast but still using folders with many
+      large raw files will take some time. Once the previews have been created
+      the workflow is pretty fast. The browsing area allows to organize your
+      images in different priorities. The images can be opened by double
+      clicking the thumbnail.</para>
+
+      <para>There are 6 tabs on left side:</para>
+
+      <para><itemizedlist>
+          <listitem>
+             All images in the folder without the ones being marked for deletion (*) 
+          </listitem>
+
+          <listitem>
+             Images of priority (1), (2) or (3) 
+          </listitem>
+
+          <listitem>
+             All images that have no priority and are not marked for deletion (U) 
+          </listitem>
+
+          <listitem>
+             Images marked for deletion (D) 
+          </listitem>
+        </itemizedlist></para>
+
+      <screenshot>
+        <screeninfo></screeninfo>
+
+        <mediaobject>
+          <imageobject>
+            <imagedata fileref="resources/RS_Browser_full.png" />
+          </imageobject>
+        </mediaobject>
+      </screenshot>
+
+      <para>You can hide the RAW file browser by hitting
+      &lt;CTRL&gt;+I.</para>
+    </sect2>
+
+    <sect2>
+      <title>The image area</title>
+
+      <para>The loaded and processed image is displayed in the image area. All
+      corrections made to an image will show up immediately.</para>
+    </sect2>
+
+    <sect2>
+      <title>The toolbox</title>
+
+      <screenshot>
+        <screeninfo></screeninfo>
+
+        <mediaobject>
+          <imageobject>
+            <imagedata fileref="resources/RS_Toolbox_new.png" />
+          </imageobject>
+        </mediaobject>
+      </screenshot>
+
+      <para>You can hide the whole toolbox by hitting &lt;CTRL&gt;+T.</para>
+
+      <sect3>
+        <title>Color correction sliders</title>
+
+        <para>In this panel you can find several adjustment possibilities to
+        change the postprocessing settings like white balance, exposure
+        compensation, contrast and saturation. Every slider has a reset to
+        default button at the end.</para>
+      </sect3>
+
+      <sect3>
+        <title>Histogram</title>
+
+        <para>Shows the live RGB histogram of the image. Whenever you make
+        corrections to an image, the histogram will be updated
+        immediately.</para>
+      </sect3>
+
+      <sect3>
+        <title>EXIF information</title>
+
+        <para>Just below the histogram, you have get some of the most
+        important exposure informations displayed like the shutter speed,
+        aperture value, ISO sensitivity and focal length.</para>
+      </sect3>
+
+      <sect3>
+        <title>Rotate / Flip Panel</title>
+
+        <para>With these buttons you can flip the image horizontally or
+        vertically and rotate the image by 90 degrees clockwise or counter
+        clockwise.</para>
+      </sect3>
+
+      <sect3>
+        <title>Snapshot tabs</title>
+
+        <para>In Rawstudio you have the possibility to work with three
+        snapshots for every image. These are marked as <emphasis
+        role="bold">A</emphasis>, <emphasis role="bold">B</emphasis> and
+        <emphasis role="bold">C</emphasis>. Within every snapshot you can have
+        completely different image corrections settings.</para>
+      </sect3>
+    </sect2>
+
+    <sect2>
+      <title>Messagebox</title>
+
+      <para>Informational messages from Rawstudio are displayed on the
+      statusline below the image window.</para>
+    </sect2>
+
+    <sect2>
+      <title>Preferences</title>
+
+      <para>To change the default values, edit the preferences can be found
+      under <emphasis role="bold">Edit &gt; Preferences</emphasis></para>
+
+      <screenshot>
+        <screeninfo></screeninfo>
+
+        <mediaobject>
+          <imageobject>
+            <imagedata fileref="resources/RS_preferences.png" />
+          </imageobject>
+        </mediaobject>
+      </screenshot>
+
+      <para>Here you can define:</para>
+
+      <itemizedlist>
+        <listitem>
+          <para>The export path of the images</para>
+        </listitem>
+
+        <listitem>
+          <para>The export filename</para>
+        </listitem>
+
+        <listitem>
+          <para>The export filetype</para>
+        </listitem>
+
+        <listitem>
+          <para>Color profiles and color management settings</para>
+        </listitem>
+
+        <listitem>
+          <para>Misc. settings for image browsing and viewing</para>
+        </listitem>
+      </itemizedlist>
+    </sect2>
+  </sect1>
+
+  <sect1>
+    <title>Image processing</title>
+
+    <para>This section describes in short the steps to get great photos out of
+    your RAW files.</para>
+
+    <sect2>
+      <title>Open RAW file collection</title>
+
+      <para>Press &lt;CTRL&gt;+O and select the directory which contains your
+      RAW files. You will see the thumbnails of all RAW files in the browser
+      window.</para>
+
+      <screenshot>
+        <screeninfo></screeninfo>
+
+        <mediaobject>
+          <imageobject>
+            <imagedata fileref="resources/RS_full_new.png" />
+          </imageobject>
+        </mediaobject>
+      </screenshot>
+    </sect2>
+
+    <sect2>
+      <title>Selecting images</title>
+
+      <para>As first, the browser tabs will look like this:</para>
+
+      <screenshot>
+        <screeninfo></screeninfo>
+
+        <mediaobject>
+          <imageobject>
+            <imagedata fileref="resources/RS_Browser_neu.png" />
+          </imageobject>
+        </mediaobject>
+      </screenshot>
+
+      <para>Here you have 49 images which do not have any priority assigned
+      (<emphasis role="bold">*</emphasis>) and you are working on the tab
+      showing all images in the folder.</para>
+
+      <para>Browse though the thumbnails. For any single image you can perform
+      the following operations:</para>
+
+      <para><itemizedlist>
+          <listitem>
+             Set priority 1, 2 or 3 (1: The Good - 2: The not quite so good - 3: Check again later) 
+          </listitem>
+
+          <listitem>
+             Mark for deletion (The Downright Ugly) 
+          </listitem>
+
+          <listitem>
+             Rotate by 90 degrees left or right, rotate by 180 degrees, flip or mirror flip 
+          </listitem>
+        </itemizedlist></para>
+
+      <para>The tabs will look different afterwards:</para>
+
+      <screenshot>
+        <screeninfo></screeninfo>
+
+        <mediaobject>
+          <imageobject>
+            <imagedata fileref="resources/RS_Browser_mod.png" />
+          </imageobject>
+        </mediaobject>
+      </screenshot>
+
+      <para>Now you have 40 images (<emphasis role="bold">*</emphasis>), 7 of
+      them have priority <emphasis role="bold">1</emphasis>, 6 have priority
+      <emphasis role="bold">2</emphasis>, 27 are still unassigned (<emphasis
+      role="bold">U</emphasis>) and 9 images have been marked for deletion
+      (<emphasis role="bold">D</emphasis>). You are working on the tab showing
+      only priority <emphasis role="bold">1</emphasis> images.</para>
+    </sect2>
+
+    <sect2>
+      <title>Deleting images</title>
+
+      <para>Deleting files is a much needed and critical process. In Rawstudio
+      you can mark RAW files for deletion on a folder by folder basis. Once
+      you have marked all files you want to delete for a certain folder, you
+      can revisit all these files in the <emphasis role="bold">D</emphasis>
+      tab. To undelete a file just set the new image priority. Once you are
+      certain that you want to delete the files press
+      &lt;SHIFT&gt;+&lt;CTRL&gt;+D and remove the images for good (they won't
+      show up in your system waste basket).</para>
+
+      <screenshot>
+        <screeninfo></screeninfo>
+
+        <mediaobject>
+          <imageobject>
+            <imagedata fileref="resources/RS_purge.png" />
+          </imageobject>
+        </mediaobject>
+      </screenshot>
+    </sect2>
+
+    <sect2>
+      <title>Correcting Images</title>
+
+      <para>All the correction tools are located in the toolbox on the right
+      side. Any correction you make will be saved, so if you quit the program
+      and reopen it, all changed values are still here.</para>
+
+      <para>Once you want to work on a single image, use the 'Fit to window'
+      or 100% view. It is also a good idea to switch on the over- and
+      underexposed warning by hitting &lt;CTRL&gt;+E.</para>
+
+      <screenshot>
+        <mediaobject>
+          <imageobject>
+            <imagedata fileref="resources/RS_Toolbox_mod.png" />
+          </imageobject>
+        </mediaobject>
+      </screenshot>
+
+      <sect3>
+        <title>White balance</title>
+
+        <para>White balance works as usual. Using Camera white balance (hit
+        'C') is often very good and most of the time no changes will be
+        needed.</para>
+
+        <para>The key correction method is by clicking with the mouse on a
+        light neutral gray object (don't use overexposed white areas) within
+        the image. When using a gray card or Color Checker and just click into
+        the gray color. You may also try automatic white balance by hitting
+        'A'. Make fine corrections by using the Warmth and Tint sliders when
+        needed.</para>
+
+        <para>Get the white balance correct before doing anything else.</para>
+      </sect3>
+
+      <sect3>
+        <title>Exposure</title>
+
+        <para>Adjust the exposure compensation of the image by moving the
+        slider. Mind the over- and underexposed warning (red/blue) in the
+        image and be careful not to overexpose images. Pushing the exposure
+        too much will increase image noise.</para>
+
+        <para>When pushing the exposure too much, then you will get an
+        overexposure warning within the image:</para>
+
+        <screenshot>
+          <screeninfo></screeninfo>
+
+          <mediaobject>
+            <imageobject>
+              <imagedata fileref="resources/RS_over.png" />
+            </imageobject>
+          </mediaobject>
+        </screenshot>
+      </sect3>
+
+      <sect3>
+        <title>Saturation and Hue</title>
+
+        <para>Use these parameters to increase the effect of a highly colored
+        image such as a sunset. Many images benefit from a degree of
+        saturation. Try to keep the colors natural and avoid extreme values.
+        Applying too much saturation will increase image noise.</para>
+
+        <para>Reducing the saturation to 0 will create a Black&amp;White
+        image.</para>
+
+        <screenshot>
+          <screeninfo></screeninfo>
+
+          <mediaobject>
+            <imageobject>
+              <imagedata fileref="resources/RS_BW.png" />
+            </imageobject>
+          </mediaobject>
+        </screenshot>
+      </sect3>
+
+      <sect3>
+        <title>Contrast</title>
+
+        <para>Contrast increases (or decreseas) the difference between the
+        dark pixels and light pixels. Tune up to get more depth and contrast
+        (punch). Many images benefit from a degree of contrast but care should
+        be taken in applying too much. Mind the over- and underexposed warning
+        (red/blue) in the image and be careful not to overexpose images. Avoid
+        extreme values.</para>
+      </sect3>
+
+      <sect3>
+        <title>Using Snapshots</title>
+
+        <para>Nobody is an expert at making corrections and for most it will
+        be a case of trying out various settings and seeing which suits the
+        image best. So when you are not sure about how to correct your images
+        and you want to try different settings while not loosing the previous
+        one, you can use a snapshot. Normally you will be working with
+        snapshot <emphasis role="bold">A</emphasis>. Switching to <emphasis
+        role="bold">B</emphasis> or <emphasis role="bold">C</emphasis> gives
+        you a different and independent correction context.</para>
+
+        <screenshot>
+          <screeninfo></screeninfo>
+
+          <mediaobject>
+            <imageobject>
+              <imagedata fileref="resources/RS_Snapshot.png" />
+            </imageobject>
+          </mediaobject>
+        </screenshot>
+      </sect3>
+
+      <sect3>
+        <title>Copying settings between images</title>
+
+        <para>If you want to copy your correction settings from one image to
+        another image or to another snapshot, press &lt;CTRL&gt;+C, switch to
+        the other image or snapshot and press &lt;CTRL&gt;+V. Rawstudio will
+        ask you which settings you want to copy.</para>
+
+        <screenshot>
+          <screeninfo></screeninfo>
+
+          <mediaobject>
+            <imageobject>
+              <imagedata fileref="resources/RS_paste.png" />
+            </imageobject>
+          </mediaobject>
+        </screenshot>
+
+        <para>Select the ones you need and press APPLY.</para>
+      </sect3>
+    </sect2>
+
+    <sect2>
+      <title>Exporting JPG or PNG images</title>
+
+      <para>Once you have finished correcting the RAW photos, it's time to
+      create a JPG or PNG image. Simply press &lt;CTRL&gt;+S to save generate
+      the image with the values set in the preferences or
+      &lt;SHIFT&gt;+&lt;CTRL&gt;+S to specify the values.</para>
+
+      <screenshot>
+        <screeninfo></screeninfo>
+
+        <mediaobject>
+          <imageobject>
+            <imagedata fileref="resources/RS_export.png" />
+          </imageobject>
+        </mediaobject>
+      </screenshot>
+
+      <para>Rawstudio saves the processed images to a subfolder called
+      'exports' of the directory where the original RAW files are located.
+      This location can be changed in the preferences menu.</para>
+
+      <screenshot>
+        <screeninfo></screeninfo>
+
+        <mediaobject>
+          <imageobject>
+            <imagedata fileref="resources/RS_files.png" />
+          </imageobject>
+        </mediaobject>
+      </screenshot>
+
+      <para>All image corrections information will be stored as XML file in a
+      subfolder called '.rawstudio' of the directory where the RAW file is
+      located. These files are read every time you open the same image
+      directory again. Do not delete these files manually, as you will loose
+      all corrections you made to an image. The same directory also contains
+      the thumbnail cache Rawstudio uses for generating the RAW file
+      browser.</para>
+
+      <screenshot>
+        <screeninfo></screeninfo>
+
+        <mediaobject>
+          <imageobject>
+            <imagedata fileref="resources/RS_cache.png" />
+          </imageobject>
+        </mediaobject>
+      </screenshot>
+    </sect2>
+
+    <sect2>
+      <title>Sample workflow</title>
+
+      <para>This is a very short description of how to work with
+      Rawstudio.</para>
+
+      <para>First of all, backup your RAW files to a second location before
+      doing anything else. Once you have done that, start Rawstudio and open
+      the directory with your images.</para>
+
+      <para><orderedlist>
+          <listitem>
+            <para>Browse through you images and compare them. Set the priority
+            to every image and mark unwanted images as 'to delete'.</para>
+          </listitem>
+
+          <listitem>
+            <para>Correct the 'first priority' images</para>
+
+            <orderedlist>
+              <listitem>
+                <para>Set the correct white balance.</para>
+              </listitem>
+
+              <listitem>
+                <para>Correct the exposure</para>
+              </listitem>
+
+              <listitem>
+                <para>Adjust the image contrast</para>
+              </listitem>
+
+              <listitem>
+                <para>Correct the color saturation and/or the hue</para>
+              </listitem>
+            </orderedlist>
+
+            <para>Use different snapshots with individual correction settings
+            if needed.</para>
+          </listitem>
+
+          <listitem>
+            <para>Process the 'first priority' images</para>
+
+            <orderedlist>
+              <listitem>
+                <para>Check in preferences that you have set the correct
+                default type and quality for the images to be processed</para>
+              </listitem>
+
+              <listitem>
+                <para>As long as there is no batch processing system, browse
+                through the frist priority images again and export every
+                single image by pressing &lt;CTRL&gt;+S</para>
+              </listitem>
+            </orderedlist>
+          </listitem>
+
+          <listitem>
+            <para>Correct and process the 'second priority' images - same as
+            above</para>
+          </listitem>
+
+          <listitem>
+            <para>Check 'third priority' images again and correct/process them
+            - see above</para>
+          </listitem>
+
+          <listitem>
+            <para>Browse through the images marked for deletion again and then
+            really delete them</para>
+          </listitem>
+        </orderedlist></para>
+
+      <para>Copy the processed images (.jpg, .png) to whereever you want to
+      have them. Backup the remaining RAW images and the directory with image
+      correction information to a safe location.</para>
+    </sect2>
+  </sect1>
+
+  <sect1>
+    <title>Appendix A: Keyboard Shortcuts</title>
+
+    <para>You can do everything within Rawstudio using the mouse. But you will
+    be much faster using keyboard shortcuts. It might be a good idea to
+    remember these.</para>
+
+    <informaltable>
+      <tgroup cols="2">
+        <thead>
+          <row>
+            <entry align="center">Keybord Shortcut</entry>
+
+            <entry align="center">Function</entry>
+          </row>
+        </thead>
+
+        <tbody>
+          <row>
+            <entry><emphasis role="bold">General</emphasis></entry>
+
+            <entry></entry>
+          </row>
+
+          <row>
+            <entry>&lt;CTRL&gt;+O</entry>
+
+            <entry>Open a RAW file directory</entry>
+          </row>
+
+          <row>
+            <entry>&lt;CTRL&gt;+R</entry>
+
+            <entry>Reload a RAW file directory</entry>
+          </row>
+
+          <row>
+            <entry>&lt;CTRL&gt;+Q</entry>
+
+            <entry>Quit Rawstudio</entry>
+          </row>
+
+          <row>
+            <entry><emphasis role="bold">RAW file browsing</emphasis></entry>
+
+            <entry></entry>
+          </row>
+
+          <row>
+            <entry>0</entry>
+
+            <entry>Remove priority setting</entry>
+          </row>
+
+          <row>
+            <entry>1</entry>
+
+            <entry>Set image priority 1</entry>
+          </row>
+
+          <row>
+            <entry>2</entry>
+
+            <entry>Set image priority 2</entry>
+          </row>
+
+          <row>
+            <entry>3</entry>
+
+            <entry>Set image priority 3</entry>
+          </row>
+
+          <row>
+            <entry>&lt;DELETE&gt;</entry>
+
+            <entry>Mark image for deletion</entry>
+          </row>
+
+          <row>
+            <entry>&lt;CTRL&gt;+&lt;LEFT&gt;</entry>
+
+            <entry>Previous image</entry>
+          </row>
+
+          <row>
+            <entry>&lt;CTRL&gt;+&lt;RIGHT&gt;</entry>
+
+            <entry>Next image</entry>
+          </row>
+
+          <row>
+            <entry>&lt;SHIFT&gt;+&lt;CTRL&gt;+D</entry>
+
+            <entry><emphasis>REALLY</emphasis> delete RAW file marked for
+            deletion</entry>
+          </row>
+
+          <row>
+            <entry><emphasis role="bold">Viewing mode</emphasis></entry>
+
+            <entry></entry>
+          </row>
+
+          <row>
+            <entry>+</entry>
+
+            <entry>Zoom in (image preview)</entry>
+          </row>
+
+          <row>
+            <entry>-</entry>
+
+            <entry>Zoom out (image preview)</entry>
+          </row>
+
+          <row>
+            <entry>*</entry>
+
+            <entry>Zoom to 100% (image preview)</entry>
+          </row>
+
+          <row>
+            <entry>/</entry>
+
+            <entry>Fit preview image to window</entry>
+          </row>
+
+          <row>
+            <entry>&lt;F11&gt;</entry>
+
+            <entry>Fullscreen mode</entry>
+          </row>
+
+          <row>
+            <entry>&lt;CTRL&gt;+I</entry>
+
+            <entry>Hide/show the image browser window</entry>
+          </row>
+
+          <row>
+            <entry>&lt;CTRL&gt;+T</entry>
+
+            <entry>Hide/show the toolbox window</entry>
+          </row>
+
+          <row>
+            <entry><emphasis role="bold">Image correction</emphasis></entry>
+
+            <entry></entry>
+          </row>
+
+          <row>
+            <entry>A</entry>
+
+            <entry>Auto-white-balance</entry>
+          </row>
+
+          <row>
+            <entry>C</entry>
+
+            <entry>Use camera white balance</entry>
+          </row>
+
+          <row>
+            <entry>&lt;CTRL&gt;+C</entry>
+
+            <entry>Copy correction settings</entry>
+          </row>
+
+          <row>
+            <entry>&lt;CTRL&gt;+V</entry>
+
+            <entry>Paste corrction settings</entry>
+          </row>
+
+          <row>
+            <entry>&lt;CTRL&gt;+E</entry>
+
+            <entry>Hide/show over-/underexposure warning</entry>
+          </row>
+
+          <row>
+            <entry>&lt;CTRL&gt;+Z</entry>
+
+            <entry>Revert last change</entry>
+          </row>
+
+          <row>
+            <entry>&lt;CTRL&gt;+S</entry>
+
+            <entry>Export an image using preferences settings</entry>
+          </row>
+
+          <row>
+            <entry>&lt;SHIFT&gt;+&lt;CTRL&gt;+S</entry>
+
+            <entry>Export as an image</entry>
+          </row>
+        </tbody>
+      </tgroup>
+    </informaltable>
+  </sect1>
+
+  <sect1>
+    <title>Appendix B: Still missing</title>
+
+    <para>As Rawstudio is still in a Beta state, some main features have not
+    been implemented yet, such as: <itemizedlist>
+        <listitem>
+           Kelvin scale for color temperature 
+        </listitem>
+
+        <listitem>
+           Curve tool 
+        </listitem>
+
+        <listitem>
+           Batch development process 
+        </listitem>
+
+        <listitem>
+           Save images as 8- or 16-bit TIFF 
+        </listitem>
+
+        <listitem>
+           Crop tool 
+        </listitem>
+
+        <listitem>
+           Rotate / horizon straighten tool 
+        </listitem>
+
+        <listitem>
+           Image sharpening 
+        </listitem>
+
+        <listitem>
+           Sensor noise reduction 
+        </listitem>
+
+        <listitem>
+           Image interpolation 
+        </listitem>
+      </itemizedlist></para>
+  </sect1>
+</article>
\ No newline at end of file

Added: doc/getting-started/resources/RS_BW.png
===================================================================
(Binary files differ)


Property changes on: doc/getting-started/resources/RS_BW.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: doc/getting-started/resources/RS_Browser_full.png
===================================================================
(Binary files differ)


Property changes on: doc/getting-started/resources/RS_Browser_full.png
___________________________________________________________________
Name: svn:executable
   + *
Name: svn:mime-type
   + application/octet-stream

Added: doc/getting-started/resources/RS_Browser_mod.png
===================================================================
(Binary files differ)


Property changes on: doc/getting-started/resources/RS_Browser_mod.png
___________________________________________________________________
Name: svn:executable
   + *
Name: svn:mime-type
   + application/octet-stream

Added: doc/getting-started/resources/RS_Browser_neu.png
===================================================================
(Binary files differ)


Property changes on: doc/getting-started/resources/RS_Browser_neu.png
___________________________________________________________________
Name: svn:executable
   + *
Name: svn:mime-type
   + application/octet-stream

Added: doc/getting-started/resources/RS_Snapshot.png
===================================================================
(Binary files differ)


Property changes on: doc/getting-started/resources/RS_Snapshot.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: doc/getting-started/resources/RS_Toolbox_mod.png
===================================================================
(Binary files differ)


Property changes on: doc/getting-started/resources/RS_Toolbox_mod.png
___________________________________________________________________
Name: svn:executable
   + *
Name: svn:mime-type
   + application/octet-stream

Added: doc/getting-started/resources/RS_Toolbox_new.png
===================================================================
(Binary files differ)


Property changes on: doc/getting-started/resources/RS_Toolbox_new.png
___________________________________________________________________
Name: svn:executable
   + *
Name: svn:mime-type
   + application/octet-stream

Added: doc/getting-started/resources/RS_cache.png
===================================================================
(Binary files differ)


Property changes on: doc/getting-started/resources/RS_cache.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: doc/getting-started/resources/RS_export.png
===================================================================
(Binary files differ)


Property changes on: doc/getting-started/resources/RS_export.png
___________________________________________________________________
Name: svn:executable
   + *
Name: svn:mime-type
   + application/octet-stream

Added: doc/getting-started/resources/RS_files.png
===================================================================
(Binary files differ)


Property changes on: doc/getting-started/resources/RS_files.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: doc/getting-started/resources/RS_full_new.png
===================================================================
(Binary files differ)


Property changes on: doc/getting-started/resources/RS_full_new.png
___________________________________________________________________
Name: svn:executable
   + *
Name: svn:mime-type
   + application/octet-stream

Added: doc/getting-started/resources/RS_full_windows.png
===================================================================
(Binary files differ)


Property changes on: doc/getting-started/resources/RS_full_windows.png
___________________________________________________________________
Name: svn:executable
   + *
Name: svn:mime-type
   + application/octet-stream

Added: doc/getting-started/resources/RS_over.png
===================================================================
(Binary files differ)


Property changes on: doc/getting-started/resources/RS_over.png
___________________________________________________________________
Name: svn:executable
   + *
Name: svn:mime-type
   + application/octet-stream

Added: doc/getting-started/resources/RS_paste.png
===================================================================
(Binary files differ)


Property changes on: doc/getting-started/resources/RS_paste.png
___________________________________________________________________
Name: svn:executable
   + *
Name: svn:mime-type
   + application/octet-stream

Added: doc/getting-started/resources/RS_preferences.png
===================================================================
(Binary files differ)


Property changes on: doc/getting-started/resources/RS_preferences.png
___________________________________________________________________
Name: svn:executable
   + *
Name: svn:mime-type
   + application/octet-stream

Added: doc/getting-started/resources/RS_purge.png
===================================================================
(Binary files differ)


Property changes on: doc/getting-started/resources/RS_purge.png
___________________________________________________________________
Name: svn:executable
   + *
Name: svn:mime-type
   + application/octet-stream




More information about the Rawstudio-commit mailing list