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

https://github.com/pegvin/linearimageblending

Blending Images The Real Way
https://github.com/pegvin/linearimageblending

Last synced: 4 months ago
JSON representation

Blending Images The Real Way

Awesome Lists containing this project

README

          

# LinearImageBlending
Blending Images The Real Way (Real, I was the Image)

---
## Preview

### Input

| Input Backdrop | Input Front |
|----------------|-------------|
| Hardcoded Magenta (255, 0, 155) | ![green gradient](./green-gradient.png) |

| sRGB Blending | Linear RGB Blending |
|---------------|---------------------|
| ![output normal](https://github.com/user-attachments/assets/6eec7a60-615e-4adf-ae85-151b046c9330) | ![output linear](https://github.com/user-attachments/assets/40a801c6-0b51-4fde-b3f5-365eb8929d11) |

---
## Resources
- [How software gets color wrong - Article](https://bottosson.github.io/posts/colorwrong/) (suggested by a friend, was really helpful and he helped me alot through this project)
- [What every coder should know about gamma - Article](https://blog.johnnovak.net/2016/09/21/what-every-coder-should-know-about-gamma/) (Didn't Read it yet, but looks interesting)
- [The Amazing Math behind Colors! - YouTube](https://youtu.be/gnUYoQ1pwes)
- [Computer Color is Broken - YouTube](https://youtu.be/LKnqECcg6Gw)
- [Color Spaces: Explained from the Ground Up - YouTube](https://youtu.be/99v96TL-tuY)

# Thanks