Compare commits
No commits in common. "f7ff7e385af136e4df8b7d5a3fdb14ac39148db5" and "83af70147966e91e2675e2a13b10b20e45c4a730" have entirely different histories.
f7ff7e385a
...
83af701479
@ -210,9 +210,7 @@ lesquels sont décrits en page \pageref{outils}.
|
|||||||
Vous devez, en dehors des outils classiques (bash, gcc, make\dots),
|
Vous devez, en dehors des outils classiques (bash, gcc, make\dots),
|
||||||
avoir quelques bibliothèques installées\footnote{Les \texttt{-dev}
|
avoir quelques bibliothèques installées\footnote{Les \texttt{-dev}
|
||||||
pour Debian et dérivées}~:
|
pour Debian et dérivées}~:
|
||||||
\textsf{libv4l2, libpnglite, libtiff,
|
\textsf{libv4l2, libpnglite, libtiff, libnetpbm, libz},
|
||||||
libnetpbm\footnote{package libnetpbm10-dev},
|
|
||||||
libz\footnote{package zlib1g-dev}},
|
|
||||||
éventuellement avec le \textsf{-dev} correspondant,
|
éventuellement avec le \textsf{-dev} correspondant,
|
||||||
et probablement d'autres choses.
|
et probablement d'autres choses.
|
||||||
|
|
||||||
|
@ -111,8 +111,7 @@ if (type < 0) {
|
|||||||
fname = argv[optind];
|
fname = argv[optind];
|
||||||
width = atoi(argv[optind+1]); height = atoi(argv[optind+2]);
|
width = atoi(argv[optind+1]); height = atoi(argv[optind+2]);
|
||||||
|
|
||||||
if (verbosity) fprintf(stderr, "making '%s' %d x %d, type %d\n",
|
if (verbosity) fprintf(stderr, "making '%s' %d x %d\n", fname, width, height);
|
||||||
fname, width, height, type);
|
|
||||||
|
|
||||||
srand48(getpid() ^ time(NULL));
|
srand48(getpid() ^ time(NULL));
|
||||||
|
|
||||||
@ -131,7 +130,6 @@ switch(type) {
|
|||||||
case T_HDEG_A: fimg_hdeg_a(&fimg, 1.0); break;
|
case T_HDEG_A: fimg_hdeg_a(&fimg, 1.0); break;
|
||||||
case T_VDEG_A: fimg_vdeg_a(&fimg, 1.0); break;
|
case T_VDEG_A: fimg_vdeg_a(&fimg, 1.0); break;
|
||||||
case T_TPAT0: fimg_test_pattern(&fimg, 0, fvalue); break;
|
case T_TPAT0: fimg_test_pattern(&fimg, 0, fvalue); break;
|
||||||
case -1: exit(1);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
foo = fimg_dump_to_file(&fimg, fname, 0);
|
foo = fimg_dump_to_file(&fimg, fname, 0);
|
||||||
|
Loading…
Reference in New Issue
Block a user