Compare commits

..

2 Commits

Author SHA1 Message Date
tth
dbff8129b7 crumphard integrated in fonderie 2021-06-01 10:26:39 +02:00
tth
3b2be2e5dc less useless message 2021-06-01 10:03:09 +02:00
3 changed files with 6 additions and 1 deletions

View File

@ -287,6 +287,10 @@ 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,6 +31,7 @@
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) {
if (verbosity > 1) {
fprintf(stderr, "%s: halfval=%f\n", __func__, halfval);
}