tuning on applymap tool
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user