-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
48 lines (30 loc) · 1.18 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
RT viewer is a technology preview for RawTherapee.
The extensive use of OO with C++ can facilitate programmers
to keep their focus on functionality where most of the 'hard work' like
color transformations and memory management is done on the objects.
version 0.0.0
building:
make rtviewer
cd rtengine/plugins
make all
usage:
rtviewer <rawfile>
With Ubuntu or Debian it is possible to associate raw files to rtviewer
that way rtviewer will be used to (pre)view raw files with pp3
Zoomin/out : scroll wheel
panning: hold mouse button and move mouse.
Since some filters like noise filtering are very slow the filterprocess
will start after 3 seconds of mouse interaction.
Changes in the corresponding pp3 file will be picked up automatically.
Any pp3 editor that saves directly after a change is made can now be
used as an interactive editor for the viewer.
works on:
Ubuntu/Debian with 32bpp X desktop
depends on:
$HOME/.config/RawTherapeeAlpha4/profiles/Default.pp3
it will default to this pp3 file for raw files without a pp3 file.
requirements:
liblcms2
X libraries
builds with -lXext -llcms2 -lgomp -lX11
(c) 2011 Jan Rinze Peterzon janrinze@gmail.com