tuning on applymap tool

This commit is contained in:
tth
2022-07-01 02:36:54 +02:00
parent 10dc0d2204
commit 155ed74e2b
4 changed files with 16 additions and 4 deletions

View File

@@ -120,7 +120,7 @@ int Image_combine_Vsplit(Image_Desc *s1, Image_Desc *s2, Image_Desc *d,
int foo, x, y;
#if DEBUG_LEVEL
fprintf(stderr, "%s (%p %p %p %d %d)\n", __func__, s1, s2, d, xv, uh);
fprintf(stderr, "%s ( %p %p %p %d %d )\n", __func__, s1, s2, d, xv, uh);
#endif
if (0 != uh)
@@ -152,7 +152,7 @@ for (y=0; y<s1->height; y++)
}
}
return FUNC_IS_BETA;
return OLL_KORRECT;
}
/*::------------------------------------------------------------------::*/
/* nouveau 29 novembre 2013

View File

@@ -29,6 +29,10 @@ int fd;
char *path, *tmp;
int l1, l2;
#if DEBUG_LEVEL
fprintf(stderr, ">>> %s ( '%s' '%s' %d )\n", __func__, filename, mode, type);
#endif
if (type != 0)
{
fprintf(stderr, "Image must Open: type (%d) must be 0\n", type);
@@ -112,6 +116,10 @@ FILE *fp;
char *path, *tmp;
int l1, l2;
#if DEBUG_LEVEL
fprintf(stderr, ">>> %s ( '%s' '%s' %d )\n", __func__, filename, mode, type);
#endif
/* filter for the reserved parameter */
if (type != 0)
{