improve defaults

This commit is contained in:
Minecon724 2024-09-12 19:55:33 +02:00
parent f1ca83c973
commit 64835dbf3c
Signed by: Minecon724
GPG key ID: 3CCC4D267742C8E8
2 changed files with 8 additions and 8 deletions

View file

@ -19,4 +19,4 @@ To build a debug binary: (you don't need this unless you do)
make debug make debug
``` ```
Just so I don't forget, I wanted to *make* a *make* sure `make` is installed joke but I rearranged things and it doesn't fit (*make* sense) Ignore warnings from `stb_image`

2
main.c
View file

@ -18,7 +18,7 @@
the higher value the less effect it has the higher value the less effect it has
so when I say "reduce strength" I mean "increase the value" so when I say "reduce strength" I mean "increase the value"
*/ */
#define VIBRANCE_STRENGTH 1.1 #define VIBRANCE_STRENGTH 1.5
/* /*
if a pixel goes below 0% or above 100% basically subtract the difference if a pixel goes below 0% or above 100% basically subtract the difference