From aa5249a0f810658a95ca911b1fb809119178c25a Mon Sep 17 00:00:00 2001 From: Fierelier Date: Wed, 25 Sep 2024 21:17:54 +0200 Subject: [PATCH] Remove unnecessary status messages --- tex/main.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/tex/main.c b/tex/main.c index 79b816b..f15f09f 100644 --- a/tex/main.c +++ b/tex/main.c @@ -28,7 +28,6 @@ int main(int argc, char **argv) { int width; int height; int components; - fprintf(stderr,"Loading image ...\n"); unsigned char * data = stbi_load(argv[1],&width,&height,&components,4); if (data == NULL) { fprintf(stderr,"stb_image could not decode input file.\n"); @@ -56,7 +55,6 @@ int main(int argc, char **argv) { return 1; } - fprintf(stderr,"Writing image ...\n"); uint32_t pixelIndex = 0; while (pixelIndex < width * height * 4) { uint16_t color = engine_color_32_to_16(