forked from tTh/FloatImg
wtf?
This commit is contained in:
commit
3eed90c3e7
|
@ -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
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
/* --------------------------------------------------------------------- */
|
||||
|
|
Loading…
Reference in New Issue