Vertaa committeja

...

2 Commitit

Tekijä SHA1 Viesti Päivämäärä
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 muutettua tiedostoa jossa 6 lisäystä ja 1 poistoa

Näytä tiedosto

@ -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;

Näytä tiedosto

@ -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

Näytä tiedosto

@ -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);
}