mirror of
https://github.com/patriciogonzalezvivo/thebookofshaders
synced 2024-11-03 23:15:23 +00:00
18 lines
362 B
Markdown
18 lines
362 B
Markdown
## Image operations
|
|
|
|
|
|
### Invert
|
|
|
|
<div class="codeAndCanvas" data="inv.frag" data-imgs="00.jpg,01.jpg"></div>
|
|
|
|
### Add, Substract, Multiply and others
|
|
|
|
![](02.jpg)
|
|
|
|
<div class="codeAndCanvas" data="operations.frag" data-imgs="00.jpg,01.jpg"></div>
|
|
|
|
### PS Blending modes
|
|
|
|
![](03.jpg)
|
|
|
|
<div class="codeAndCanvas" data="blend.frag" data-imgs="04.jpg,05.jpg"></div> |