This commit is contained in:
tTh 2022-07-06 10:32:42 +02:00
commit 3eed90c3e7
2 changed files with 3 additions and 1 deletions

View File

@ -32,7 +32,7 @@ int x, y, offset;
float r, g, b, gray, maxv;
#if DEBUG_LEVEL
fprintf(stderr, ">>> %s ( %p %p %d %f )\n", __func__,
fprintf(stderr, ">>> %s ( %p %p %d %f )\n", __func__,
src, dst, k, valf);
#endif

View File

@ -38,6 +38,8 @@ foo = fimg_falsecolors_0(&src, &dst, type, 3.141592654);
fprintf(stderr, "false colors 0 --> %d\n", foo);
foo = fimg_export_picture(&dst, dstfile, 0);
fimg_destroy(&src); fimg_destroy(&dst);
return -1;
}
/* --------------------------------------------------------------------- */