forked from tTh/FloatImg
syncking code and documentation
This commit is contained in:
@@ -211,9 +211,12 @@ lesquels sont décrits en page \pageref{outils}.
|
||||
Vous devez, en dehors des outils classiques (bash, gcc, make\dots),
|
||||
avoir quelques bibliothèques installées\footnote{Les \texttt{-dev}
|
||||
pour Debian et dérivées}~:
|
||||
\textsf{libv4l2, libpnglite, libtiff,
|
||||
\textsf{
|
||||
libv4l2, libpnglite, libtiff,
|
||||
libnetpbm\footnote{package libnetpbm10-dev},
|
||||
libz\footnote{package zlib1g-dev}},
|
||||
libz\footnote{package zlib1g-dev}, libcurses,
|
||||
libcfitsio-dev
|
||||
} % en of textsf
|
||||
éventuellement avec le \textsf{-dev} correspondant,
|
||||
et probablement d'autres choses.
|
||||
|
||||
@@ -632,6 +635,8 @@ la NASA.
|
||||
|
||||
\begin{lstlisting}
|
||||
int fimg_save_R_as_fits(FloatImg *src, char *outname, int flags);
|
||||
int fimg_save_G_as_fits(FloatImg *src, char *outname, int flags);
|
||||
int fimg_save_B_as_fits(FloatImg *src, char *outname, int flags);
|
||||
\end{lstlisting}
|
||||
|
||||
Bizarrement, l'image est stockée \textsl{upside-down} et je ne
|
||||
|
||||
Reference in New Issue
Block a user