forked from tTh/FloatImg
cosmetic change
This commit is contained in:
parent
538023b586
commit
d0b64910f3
|
@ -199,7 +199,7 @@ if (NULL==bytes) {
|
|||
/* compute max value */
|
||||
maximum = (double)fimg_get_maxvalue(src);
|
||||
fk = maximum / 255.0;
|
||||
fprintf(stderr, " max values %g fk %g\n", maximum, fk);
|
||||
if (verbosity > 1) fprintf(stderr, "max val %g fk %g\n", maximum, fk);
|
||||
/* massage des pixels */
|
||||
bptr = bytes;
|
||||
for (idx=0; idx<sz; idx++) {
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
# building the base library
|
||||
#
|
||||
|
||||
COPT = -Wall -fpic -g -no-pie -DDEBUG_LEVEL=0
|
||||
COPT = -Wall -fpic -g -pg -no-pie -DDEBUG_LEVEL=0
|
||||
|
||||
OBJS = fimg-core.o fimg-pnm.o fimg-file.o fimg-math.o \
|
||||
fimg-timers.o operators.o fimg-2gray.o \
|
||||
interpolate.o fimg-compare.o contrast.o
|
||||
|
|
Loading…
Reference in New Issue