Comparar commits

..

No hay commits en común. "8dbe6dd5c15eae77fcc447ec8a617e6af660e79c" y "5845ab796290b0f3d14b95ab36576cfefaec26bd" tienen historias totalmente diferentes.

Se han modificado 3 ficheros con 3 adiciones y 6 borrados

Ver fichero

@ -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}

Ver fichero

@ -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 $@

Ver fichero

@ -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);