enhances images
Find a file
2024-08-13 15:30:32 +02:00
main.c clarify comments 2024-08-13 15:30:32 +02:00
Makefile fix segfault 2024-08-04 12:03:56 +02:00
README.md make readme 2024-08-13 15:16:05 +02:00
stb_image.h initial commit 2024-07-16 13:44:28 +02:00
stb_image_write.h initial commit 2024-07-16 13:44:28 +02:00

  1. Clone this repo:
git clone https://git.m724.eu/Minecon724/enhancer
  1. Open main.c and take a look at the settings, defaults are fine
  2. Compile: (you must do this after every change of settings)
make
  1. Done, you should see enhancer in the main directory

Usage:

./enhancer <input> <output>

To build a debug binary: (you don't need this unless you do)

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)