aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: d8201f55b36dd63630310f569e8186c8397e4016 (plain) (blame)
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
# Analogcolor

Let`s make some magic.

 1. [Build](BUILD.md) this app (or just trust me).
 2. Find some color picture:

 ![analogcolor original picture](https://code.mastervirt.ru/st/analogcolor-img/IMG_8555_800x600.JPG)

 3. Run the app

   ./analogcolor e ~/analogcolor-img/IMG_8555_800x600.JPG ~/analogcolor-img/IMG_8555_800x600-bw.bmp 

 4. See the result. Just grayscale image

 ![analogcolor grayscale picture](https://code.mastervirt.ru/st/analogcolor-img/IMG_8555_800x600-bw.bmp.jpg)

 5. Run the app using grayscale image as input

   ./analogcolor d ~/analogcolor-img/IMG_8555_800x600-bw.bmp ~/analogcolor-img/IMG_8555_800x600-decoded.bmp 

 6. Let`s see the result

 ![analogcolor restored picture](https://code.mastervirt.ru/st/analogcolor-img/IMG_8555_800x600-decoded.bmp.jpg)