https://github.com/beenotung/oklab-camera
Inspect the brightness and contrast design of your visual content with this webcam app by visualizing the Oklab color space.
https://github.com/beenotung/oklab-camera
camera color-space oklab pwa rgb webapp webcam
Last synced: 2 months ago
JSON representation
Inspect the brightness and contrast design of your visual content with this webcam app by visualizing the Oklab color space.
- Host: GitHub
- URL: https://github.com/beenotung/oklab-camera
- Owner: beenotung
- License: bsd-2-clause
- Created: 2024-12-06T02:26:24.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-09T14:45:56.000Z (over 1 year ago)
- Last Synced: 2025-01-01T05:39:59.443Z (over 1 year ago)
- Topics: camera, color-space, oklab, pwa, rgb, webapp, webcam
- Language: TypeScript
- Homepage: https://oklab-camera.surge.sh/
- Size: 460 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# oklab camera
Inspect the brightness and contrast design of your visual content with this webcam app by visualizing the Oklab color space.
Deploy at: https://oklab-camera.surge.sh

## About Oklab color space
Oklab color consists of three components:
"L" is luminosity,
"a" runs from green to red,
"b" runs from blue to yellow
Learn more about oklab from [Björn Ottosson, A perceptual color space for image processing](https://bottosson.github.io/posts/oklab/)
## License
This project is licensed with [BSD-2-Clause](./LICENSE)
This is free, libre, and open-source software. It comes down to four essential freedoms [[ref]](https://seirdy.one/2021/01/27/whatsapp-and-the-domestication-of-users.html#fnref:2):
- The freedom to run the program as you wish, for any purpose
- The freedom to study how the program works, and change it so it does your computing as you wish
- The freedom to redistribute copies so you can help others
- The freedom to distribute copies of your modified versions to others