Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dcherednik/analogcolor

Simulation of NTSC chroma encoding
https://github.com/dcherednik/analogcolor

dsp image-processing ntsc

Last synced: 2 months ago
JSON representation

Simulation of NTSC chroma encoding

Awesome Lists containing this project

README

        

# 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)