Zzzzz....

This commit is contained in:
tth
2021-05-17 22:38:56 +02:00
parent 77e967cf38
commit 41e77a5185
17 changed files with 90 additions and 19 deletions

View File

@@ -27,6 +27,7 @@
26 rndblks 1 1.0
27 shiftln0 1 1.0
28 qsortrgb 2 1.0
29 triplemul 3 1.0
30 multidots 100 1.333
31 diagonal 1 1.0
32 vsglitch 1 1.0

View File

@@ -1,5 +1,6 @@
/*
SINGLE
SINGLE PICZ PROCESSOR
experimental and/or testing code, do not use in
production.
@@ -8,6 +9,7 @@
#include <stdio.h>
#include <string.h>
#include <sys/stat.h>
#include <stdint.h>
#include "../floatimg.h"
@@ -98,7 +100,6 @@ fprintf(stderr, "%s : %s\n", __FILE__, title);
fprintf(stderr, " nextpng %d\n", nextpng);
fprintf(stderr, " counter %d\n", counter);
fprintf(stderr, " chainfilter %d\n", chainfilter);
fprintf(stderr, " destination %s\n", destination);
if (k) {