Remove unnecessary status messages

This commit is contained in:
Fierelier 2024-09-25 21:17:54 +02:00
parent aad31b2951
commit aa5249a0f8

View File

@ -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(