more cleanup...
This commit is contained in:
@@ -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 !
|
||||
|
||||
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user