moving files around...

This commit is contained in:
tth
2022-06-26 22:55:56 +02:00
parent 75a06cf5b4
commit 96d7a5399f
26 changed files with 1180 additions and 41 deletions
+2 -2
View File
@@ -10,7 +10,7 @@
#include <string.h>
#include <unistd.h>
#include "tthimage.h"
#include "../tthimage.h"
#define VERSION_STRING "5 octobre 2015"
@@ -248,7 +248,7 @@ if (NULL==(fp=fopen(fname, "w")))
}
fprintf(fp, "P1\n%d %d\n", bp->width, bp->height);
fprintf(fp, "# written by libimage v %s\n# bitplane module '%s'\n",
fprintf(fp, "# written by libtthimage v %s\n# bitplane module '%s'\n",
IMAGE_VERSION_STRING, VERSION_STRING);
chariot = 0;