Compare commits

..

No commits in common. "8dbe6dd5c15eae77fcc447ec8a617e6af660e79c" and "5845ab796290b0f3d14b95ab36576cfefaec26bd" have entirely different histories.

3 changed files with 3 additions and 6 deletions

View File

@ -1153,8 +1153,7 @@ cumulator options :
\end{verbatim} \end{verbatim}
Le nom par défaut du fichier résultant est \texttt{out.fimg}. Le nom par défaut du fichier résultant est \texttt{out.fimg}.
L'exportation « multiformat » est enfin fonctionnelle, dans la L'exportation « multiformat » est pour bientôt.
mesure des formats connus.
% =================================================================== % ===================================================================
\section{Debug}\index{Debug} \section{Debug}\index{Debug}

View File

@ -19,8 +19,7 @@ fimgstats: fimgstats.c $(DEPS)
gcc $(COPT) $< ../libfloatimg.a -lm -o $@ gcc $(COPT) $< ../libfloatimg.a -lm -o $@
cumulfimgs: cumulfimgs.c $(DEPS) cumulfimgs: cumulfimgs.c $(DEPS)
gcc $(COPT) $< ../libfloatimg.a -lcfitsio \ gcc $(COPT) $< ../libfloatimg.a -lm -o $@
-ltiff -lpnglite -lz -lm -o $@
mkfimg: mkfimg.c $(DEPS) mkfimg: mkfimg.c $(DEPS)
gcc $(COPT) $< ../libfloatimg.a -lm -o $@ gcc $(COPT) $< ../libfloatimg.a -lm -o $@

View File

@ -108,8 +108,7 @@ if (to_gray) {
} }
} }
// XXX foo = fimg_dump_to_file(&accu, output_file, 0); foo = fimg_dump_to_file(&accu, output_file, 0);
foo = fimg_export_picture(&accu, output_file, 0);
if (foo) { if (foo) {
fprintf(stderr, "error %d while saving '%s'\n", foo, output_file); fprintf(stderr, "error %d while saving '%s'\n", foo, output_file);
exit(1); exit(1);