This commit is contained in:
tth 2021-04-05 19:26:10 +02:00
parent f0a4338741
commit 393112fb9b
2 changed files with 3 additions and 0 deletions

View File

@ -172,6 +172,7 @@ switch (action) {
case Fx_halfsz0:
fprintf(stderr, "halfsize was not implemented\n");
fprintf(stderr, "see 'fimghalfsize.c'. \n");
return -3;
case Fx_desat:

View File

@ -4,6 +4,8 @@
#include <stdio.h>
#include <unistd.h> /* pour getopt */
#include <stdlib.h>
#include <string.h>
#include "../floatimg.h"