Compare commits

..

No commits in common. "dbff8129b72bc946da93e6753b4f2ffbde09866a" and "e88ea153bdf45124883bfcb51841e390b415b85c" have entirely different histories.

3 changed files with 1 additions and 6 deletions

View File

@ -287,10 +287,6 @@ switch (idFx) {
fval, 0.19, 0);
break;
case CR_crumphard: /* new june 1st 2021, in the bibcave */
retval = fimg_crump_hard(image, image, fval, 0);
break;
case CR_rndblks:
retval = random_blocks(image, 70);
break;

View File

@ -31,7 +31,6 @@
30 multidots 100 1.333
31 diagonal 1 1.0
32 vsglitch 1 1.0
33 crumphard 1 1.0
42 nothing 42 3.1415926
45 hilightr 1 1.717
99 message 1 1.0

View File

@ -28,7 +28,7 @@ fprintf(stderr, ">>> %s ( %p %p %f 0x%04x )\n", __func__,
#endif
halfval = fimg_get_maxvalue(src) / 2.0;
if (verbosity > 1) {
if (verbosity) {
fprintf(stderr, "%s: halfval=%f\n", __func__, halfval);
}