forked from tTh/FloatImg
no more useless message, again
This commit is contained in:
parent
77300f77ba
commit
cc897b7a94
|
@ -29,7 +29,7 @@ int Os, Od; /* offset of lines */
|
|||
int wsz;
|
||||
int ya, y2;
|
||||
|
||||
if (verbosity) fprintf(stderr, "%s: image width is %d\n",
|
||||
if (verbosity>1) fprintf(stderr, "%s: image width is %d\n",
|
||||
__func__, pimg->width);
|
||||
|
||||
rowpix = calloc(pimg->width, sizeof(float));
|
||||
|
@ -39,7 +39,7 @@ if (NULL==rowpix) {
|
|||
}
|
||||
|
||||
wsz = pimg->width * sizeof(float);
|
||||
if (verbosity) fprintf(stderr, "%s: wsx = %d\n", __func__, wsz);
|
||||
if (verbosity>1) fprintf(stderr, "%s: wsx = %d\n", __func__, wsz);
|
||||
|
||||
for (ya=0; ya<pimg->height/2; ya++) {
|
||||
|
||||
|
|
Loading…
Reference in New Issue