more cleanup...

This commit is contained in:
tTh
2023-01-31 00:21:05 +01:00
parent ca0acf0c26
commit d260117865
8 changed files with 40 additions and 18 deletions

View File

@@ -45,9 +45,11 @@ Paramètres mal documentés.
## tga_dither
Comment drastiquement réduire le nombre de couleurs d'une image ?
## tga_export
Attendu avec impatience, il aura le support complet des PNG.
Attendu avec impatience, il aura le support complet des PNG. Un jour...
## tga_effects
@@ -82,4 +84,4 @@ tth@konrad:~/Devel/libtthimage$
## genplot2
Outil de tracé pseudo-générique et farci de bugs. WIP ME HARDLY !

View File

@@ -149,16 +149,15 @@ else filename = argv[optind];
if (argc<=optind+1) image = "image.tga";
else image = argv[optind+1];
/*----------- giving to the yuser some useless informations --- */
#if DEBUG_LEVEL
fprintf(stderr, "*** Genplot2 v 1.0.10 (dwtfywl) 1995,2010,2022 TontonTh \n");
#endif
if (verbeux) {
fprintf(stderr, "argc %d optind %d file '%s' image '%s'\n",
argc, optind, filename, image);
fprintf(stderr, " picsize : %d %d\n", outw, outh);
}
/*----------- giving to the yuser some useless informations --- */
#if DEBUG_LEVEL
fprintf(stderr, "*** Genplot2 v 1.0.9 (dwtfywl) 1995,2010,2022 TontonTh \n");
fprintf(stderr, " picsize : %d %d\n", outw, outh);
#endif
/*----------- opening input file and getting MIN and MAX values */