i can now read a few portable pixmap, the P6 type

This commit is contained in:
2019-06-29 19:33:23 +02:00
parent 998aee43fb
commit ea70dd78f6
4 changed files with 67 additions and 0 deletions

View File

@@ -194,6 +194,7 @@ for (i = 0; i < nbre_capt; i++) {
fmt.fmt.pix.width, fmt.fmt.pix.height);
fwrite(buffers[buf.index].start, buf.bytesused, 1, fout);
fclose(fout);
if (nbre_capt > 1 && period) {
sleep(period);
}