~elementary-apps/pantheon-photos/master

« back to all changes in this revision

Viewing changes to help/C/raw.page

  • Committer: RabbitBot
  • Author(s): Corentin Noël
  • Date: 2016-01-14 14:48:54 UTC
  • mfrom: (2879.1.3)
  • Revision ID: git-v1:938bcfdd68fed20a4d47ccfceeaa15f75f7eff12
Ported to CMake. Removed very old retro-compatibility.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<page xmlns="http://projectmallard.org/1.0/"
2
 
      type="guide"
3
 
      id="other-raw">
4
 
 
5
 
    <info>
6
 
        <link type="guide" xref="index#other"/>
7
 
        <desc>More about RAW support in Shotwell.</desc>
8
 
        
9
 
        <link type="next" xref="running" />
10
 
    </info>
11
 
   
12
 
    <title>RAW support in Shotwell</title> 
13
 
    <p>Some cameras have the ability to store data directly off the sensor
14
 
    and into a file that contains extra color information; this is commonly
15
 
    referred to as 'RAW' or 'camera RAW', and Shotwell supports these files
16
 
    as well.</p>
17
 
    
18
 
    <p>Since RAW photographs normally cannot be displayed directly, but must
19
 
    be first developed - that is, have their extra information interpreted and
20
 
    readied for displaying - most cameras will either embed a JPEG inside a
21
 
    RAW-format file, or produce a JPEG alongside the RAW file at the time the
22
 
    snapshot is taken.  The latter is referred to throughout this document as
23
 
    RAW+JPEG.  If you import a RAW+JPEG pair, Shotwell will
24
 
    keep them paired and treat them as one item in your library.
25
 
    </p>
26
 
    
27
 
    <p>When you import a RAW file, you can choose to either use the camera's
28
 
    internally-developed JPEG or Shotwell's by selecting 
29
 
    <guiseq><gui>Photos</gui><gui>Developer</gui></guiseq> in the menus.
30
 
    </p>
31
 
 
32
 
    <note>
33
 
        <p>
34
 
        Changing between developers will cause all edits made to a photograph
35
 
        to be discarded.
36
 
        </p>
37
 
    </note>
38
 
    
39
 
    <p>
40
 
    In order to publish or use a RAW photograph in most other software, it has to be
41
 
    exported first.  Shotwell can export your RAW photos in JPEG, PNG, TIFF 
42
 
    or BMP format, and, when publishing, will internally export a JPEG version
43
 
    for you and publish that.  
44
 
    </p>  
45
 
    
46
 
</page>