Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dcherednik/analogcolor
- Owner: dcherednik
- License: bsd-2-clause
- Created: 2018-08-26T21:16:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-09-19T21:11:11.000Z (over 1 year ago)
- Last Synced: 2024-10-16T15:43:33.438Z (4 months ago)
- Topics: dsp, image-processing, ntsc
- Language: C
- Homepage:
- Size: 88.9 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)