random patchys...

This commit is contained in:
tonton Th
2020-04-02 14:49:10 +02:00
parent 14256b1476
commit dd9ac7c948
12 changed files with 100 additions and 18 deletions

View File

@@ -77,6 +77,9 @@ if (flag) {
}
puts("usage :");
puts("\tfimg2pnm [flags] infile.fimg outfile.pnm");
puts("flags :");
puts("\t-g\tconvert to gray");
puts("\t-v\tenhance your verbosity");
}
/* --------------------------------------------------------------------- */
int main(int argc, char *argv[])