Compare commits
2 Commits
2a24703136
...
c09df69af3
Author | SHA1 | Date | |
---|---|---|---|
|
c09df69af3 | ||
|
95c17583f5 |
7
chap/Makefile.tex
Normal file
7
chap/Makefile.tex
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
\chapter{Makefile}
|
||||||
|
\label{chap:Makefile}
|
||||||
|
\index{Makefile} \index{make}
|
||||||
|
|
||||||
|
|
||||||
|
"make -C dir" tells "make" to change to the specified directory before
|
||||||
|
doing anything else.
|
@ -214,6 +214,36 @@ Et ces données peuvent être utilisé pour rajouter une simili
|
|||||||
|
|
||||||
% ------------------------------------------
|
% ------------------------------------------
|
||||||
|
|
||||||
|
\subsection{Configuration}
|
||||||
|
|
||||||
|
La configuration est dans le répertoire \texttt{/etc/ImageMagick-6/}, et
|
||||||
|
on y trouve en particulier le fichier
|
||||||
|
\texttt{policy.xml}\footnote{Le XML, c'est comme la violence...} où
|
||||||
|
certaines ressources, comme la mémoire utilisable, peuvent être réglées.
|
||||||
|
|
||||||
|
\begin{verbatim}
|
||||||
|
$ identify -list resource
|
||||||
|
Resource limits:
|
||||||
|
Width: 16KP
|
||||||
|
Height: 16KP
|
||||||
|
List length: 18.446744EP
|
||||||
|
Area: 128MP
|
||||||
|
Memory: 256MiB
|
||||||
|
Map: 512MiB
|
||||||
|
Disk: 1GiB
|
||||||
|
File: 768
|
||||||
|
Thread: 4
|
||||||
|
Throttle: 0
|
||||||
|
Time: unlimited
|
||||||
|
\end{verbatim}
|
||||||
|
|
||||||
|
Vous pouvez aussi essayer de comprendre le contenu du fichier
|
||||||
|
\texttt{thresholds.xml} et venir me l'expliquer juste après
|
||||||
|
ma sieste, je pense que ça permet de jouer sur différentes méthodes
|
||||||
|
de \textsl{dithering}, par exemple pour faire du Bayer.
|
||||||
|
|
||||||
|
% ------------------------------------------
|
||||||
|
|
||||||
\subsection{Trucs}
|
\subsection{Trucs}
|
||||||
|
|
||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
|
@ -101,6 +101,7 @@ en ligne sur le site du Tetalab. Your mileage may vary\dots
|
|||||||
\input{chap/shell}
|
\input{chap/shell}
|
||||||
% \input{chap/editeurs}
|
% \input{chap/editeurs}
|
||||||
\input{chap/C}
|
\input{chap/C}
|
||||||
|
\input{chap/Makefile}
|
||||||
|
|
||||||
\input{chap/son}
|
\input{chap/son}
|
||||||
\input{chap/musique}
|
\input{chap/musique}
|
||||||
|
Loading…
Reference in New Issue
Block a user