work on experiment code
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
#include "../floatimg.h"
|
||||
|
||||
#include "incrustator.h"
|
||||
// #include "incrustator.h"
|
||||
|
||||
int verbosity;
|
||||
|
||||
@@ -43,7 +43,7 @@ if (foo) {
|
||||
}
|
||||
|
||||
#define FLAGS 0
|
||||
foo = incrustator_0(&incrust, &grande, 111, 111, FLAGS);
|
||||
foo = fimg_incrustator_0(&incrust, &grande, 111, 111, FLAGS);
|
||||
#undef FLAGS
|
||||
if (foo) {
|
||||
fprintf(stderr, "%s: err %d sur incrustator_0\n", __func__, foo);
|
||||
@@ -71,7 +71,7 @@ verbosity = 2;
|
||||
|
||||
fimg_print_version(1);
|
||||
|
||||
foo = premier_essai(1280, 1024, "out.pnm");
|
||||
foo = premier_essai(1280, 1024, "out.png");
|
||||
if (foo) {
|
||||
fprintf(stderr, "EPIC FAIL %s\n", argv[0]);
|
||||
exit(1);
|
||||
|
||||
Reference in New Issue
Block a user