diff --git a/qoiconv.c b/qoiconv.c index 501ed83..f5fa93b 100644 --- a/qoiconv.c +++ b/qoiconv.c @@ -5,6 +5,7 @@ Command line tool to convert between png <> qoi format Requires: -"stb_image.h" (https://github.com/nothings/stb/blob/master/stb_image.h) -"stb_image_write.h" (https://github.com/nothings/stb/blob/master/stb_image_write.h) + -"qoi.h" (https://github.com/phoboslab/qoi/blob/master/qoi.h) Compile with: gcc qoiconv.c -std=c99 -O3 -o qoiconv