thebookofshaders/16
Alex Kraasch 192398373b Fix typo. 2024-01-11 16:33:56 +01:00
..
00.jpg % find . -type f -print0 | xargs -0 jpegoptim 2017-08-19 12:21:49 +02:00
01.jpg % find . -type f -print0 | xargs -0 jpegoptim 2017-08-19 12:21:49 +02:00
02.jpg % find . -type f -print0 | xargs -0 jpegoptim 2017-08-19 12:21:49 +02:00
03.jpg % find . -type f -print0 | xargs -0 jpegoptim 2017-08-19 12:21:49 +02:00
04.jpg % find . -type f -print0 | xargs -0 jpegoptim 2017-08-19 12:21:49 +02:00
05.jpg % find . -type f -print0 | xargs -0 jpegoptim 2017-08-19 12:21:49 +02:00
README-ua.md add ukrainian translation 2023-08-06 20:36:42 +03:00
README.md Fix typo. 2024-01-11 16:33:56 +01:00
add.frag Remove trailing whitespaces 2017-08-23 11:34:44 +02:00
add.png % find . -type f -print0 | xargs -0 optipng 2017-08-19 12:19:09 +02:00
blend.frag moving things around 2016-05-02 06:39:39 -04:00
blend.png % find . -type f -print0 | xargs -0 optipng 2017-08-19 12:19:09 +02:00
diff.frag Remove trailing whitespaces 2017-08-23 11:34:44 +02:00
diff.png % find . -type f -print0 | xargs -0 optipng 2017-08-19 12:19:09 +02:00
div.frag Remove trailing whitespaces 2017-08-23 11:34:44 +02:00
div.png % find . -type f -print0 | xargs -0 optipng 2017-08-19 12:19:09 +02:00
index.php add ukrainian translation 2023-08-06 20:36:42 +03:00
inv.frag Remove trailing whitespaces 2017-08-23 11:34:44 +02:00
inv.png % find . -type f -print0 | xargs -0 optipng 2017-08-19 12:19:09 +02:00
mult.frag moving things around 2016-05-02 06:39:39 -04:00
mult.png % find . -type f -print0 | xargs -0 optipng 2017-08-19 12:19:09 +02:00
operations.frag moving things around 2016-05-02 06:39:39 -04:00
operations.png % find . -type f -print0 | xargs -0 optipng 2017-08-19 12:19:09 +02:00
sub.frag Remove trailing whitespaces 2017-08-23 11:34:44 +02:00
sub.png % find . -type f -print0 | xargs -0 optipng 2017-08-19 12:19:09 +02:00

README.md

Image operations

Below you will see some examples with images where you can play around and uncomment some lines to see the corresponding results.

Invert

Add, Subtract, Multiply and others

PS Blending modes