Fix run length encoding of marked image, bump to version 0.8
[colorize.git] / README
1 Quick and dirty README
2 ----------------------
3
4 License: *TBD*
5
6 You may use it as long as you do not make/looe money with the results of this
7 software.
8
9
10 Compile:
11
12 $ ./configure
13 $ make
14 $ make install
15
16 Run:
17
18 $ colorize examples/example.ppm marked result.ppm
19 $ gimp result.ppm
20
21 GUI:
22
23 $ colorize_gtk examples/example.ppm
24 From menu select Render -> Colorize image
25
26
27 This software is based on the white paper by Anat Levin, Dani Lischinski and
28 Yair Weiss. This software is a different implementation that does not use any
29 part of the source code by the authors above. Please do not blame the authors
30 above for lower quality of the results that is produced by this software.
31