Compare commits
No commits in common. "8dbe6dd5c15eae77fcc447ec8a617e6af660e79c" and "5845ab796290b0f3d14b95ab36576cfefaec26bd" have entirely different histories.
8dbe6dd5c1
...
5845ab7962
@ -1153,8 +1153,7 @@ cumulator options :
|
||||
\end{verbatim}
|
||||
|
||||
Le nom par défaut du fichier résultant est \texttt{out.fimg}.
|
||||
L'exportation « multiformat » est enfin fonctionnelle, dans la
|
||||
mesure des formats connus.
|
||||
L'exportation « multiformat » est pour bientôt.
|
||||
|
||||
% ===================================================================
|
||||
\section{Debug}\index{Debug}
|
||||
|
@ -19,8 +19,7 @@ fimgstats: fimgstats.c $(DEPS)
|
||||
gcc $(COPT) $< ../libfloatimg.a -lm -o $@
|
||||
|
||||
cumulfimgs: cumulfimgs.c $(DEPS)
|
||||
gcc $(COPT) $< ../libfloatimg.a -lcfitsio \
|
||||
-ltiff -lpnglite -lz -lm -o $@
|
||||
gcc $(COPT) $< ../libfloatimg.a -lm -o $@
|
||||
|
||||
mkfimg: mkfimg.c $(DEPS)
|
||||
gcc $(COPT) $< ../libfloatimg.a -lm -o $@
|
||||
|
@ -108,8 +108,7 @@ if (to_gray) {
|
||||
}
|
||||
}
|
||||
|
||||
// XXX foo = fimg_dump_to_file(&accu, output_file, 0);
|
||||
foo = fimg_export_picture(&accu, output_file, 0);
|
||||
foo = fimg_dump_to_file(&accu, output_file, 0);
|
||||
if (foo) {
|
||||
fprintf(stderr, "error %d while saving '%s'\n", foo, output_file);
|
||||
exit(1);
|
||||
|
Loading…
Reference in New Issue
Block a user