Skip to content

Commit

Permalink
Replace image of "Lena" with photo of a butterfly.
Browse files Browse the repository at this point in the history
Butterflies are non-controversial, aren't they?
  • Loading branch information
riccardomurri committed Nov 14, 2016
1 parent b4a3074 commit 40a611d
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 13 deletions.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/programmers/tutorials/workflows/part02.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/programmers/tutorials/workflows/part02.tex
Expand Up @@ -356,7 +356,7 @@ \part{The \texttt{Application} object}
\begin{frame}[fragile]
\frametitle{A basic example: grayscaling}
\begin{sh}
$ convert pm.jpg -colorspace gray gray-pm.jpg
$ convert bfly.jpg -colorspace gray gray-bfly.jpg
\end{sh}%$
\begin{tabular}{ccc}
{\includegraphics[width=0.4\linewidth]{fig/butterfly.jpg}}
Expand Down
Binary file modified docs/programmers/tutorials/workflows/part03.pdf
Binary file not shown.
6 changes: 3 additions & 3 deletions docs/programmers/tutorials/workflows/part03.tex
Expand Up @@ -69,7 +69,7 @@
\begin{stdout}[basicstyle=\tiny\ttfamily]
$ ^\HL{ginfo -v -s ex2b}^
GrayscaleApp.6
arguments: convert, lena.jpg, -colorspace, gray, gray-lena.jpg
arguments: convert, bfly.jpg, -colorspace, gray, gray-bfly.jpg
^\em [\ldots]^
execution:
^\em [\ldots]^
Expand All @@ -81,11 +81,11 @@
resource_name: localhost
^\em [\ldots]^
inputs:
file:///home/gc3pie/docs/programmers/tutorials/workflows/lena.jpg: lena.jpg
file:///home/gc3pie/docs/programmers/tutorials/workflows/bfly.jpg: bfly.jpg
^\em [\ldots]^
output_dir: grayscale.d
outputs:
gray-lena.jpg: file, , gray-lena.jpg, None, None, , None, None
gray-lbfly.jpg: file, , gray-bfly.jpg, None, None, , None, None
stderr.txt: file, , stderr.txt, None, None, , None, None
stdout.txt: file, , stdout.txt, None, None, , None, None
^\em [\ldots]^
Expand Down
Binary file modified docs/programmers/tutorials/workflows/part04.pdf
Binary file not shown.
10 changes: 5 additions & 5 deletions docs/programmers/tutorials/workflows/part04.tex
Expand Up @@ -217,16 +217,16 @@
\begin{frame}[fragile]
\frametitle{Detour: From grayscale to colors}
\begin{sh}
$ convert gray-lena.jpg \
$ convert gray-bfly.jpg \
( xc:blue xc:magenta xc:yellow +append ) \
-clut color-lena.jpg
-clut color-bfly.jpg
\end{sh}%$
\begin{tabular}{ccc}
{\includegraphics[width=0.4\linewidth]{fig/gray-lena.jpg}}
{\includegraphics[width=0.4\linewidth]{fig/gray-butterfly.jpg}}
&
{\includegraphics[width=0.1\linewidth,totalheight=0.45\textheight]{fig/arrow.pdf}}
{\includegraphics[width=0.1\linewidth,totalheight=0.25\textheight]{fig/arrow.pdf}}
&
{\includegraphics[width=0.4\linewidth]{fig/rgb-lena.jpg}}
{\includegraphics[width=0.4\linewidth]{fig/rgb-butterfly.jpg}}
\end{tabular}
\end{frame}
Expand Down
Binary file modified docs/programmers/tutorials/workflows/part06.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/programmers/tutorials/workflows/part06.tex
Expand Up @@ -34,7 +34,7 @@ \part{Application run states}
\begin{columns}[c]
\begin{column}{0.5\textwidth}
\begin{lstlisting}[basicstyle=\footnotesize\ttfamily,keywordstyle=\normalfont]
$ ./grayscale.py lena.jpg
$ ./grayscale.py bfly.jpg
~\em [\ldots]~
NEW 1/1 (100.0%)
RUNNING 0/1 (0.0%)
Expand Down
Binary file modified docs/programmers/tutorials/workflows/part07.pdf
Binary file not shown.
6 changes: 3 additions & 3 deletions docs/programmers/tutorials/workflows/part07.tex
Expand Up @@ -64,11 +64,11 @@
\frametitle{Warholize!}

\begin{tabular}[c]{ccc}
\includegraphics[width=0.4\textwidth]{fig/lena.jpg}
\includegraphics[width=0.4\textwidth]{fig/butterfly.jpg}
&
{\includegraphics[width=0.1\linewidth,totalheight=0.45\textheight]{fig/arrow.pdf}}
{\includegraphics[width=0.1\linewidth,totalheight=0.25\textheight]{fig/arrow.pdf}}
&
\includegraphics[width=0.4\textwidth]{fig/warholized-lena.jpg}
\includegraphics[width=0.4\textwidth]{fig/warholized-butterfly.jpg}
\end{tabular}
\end{frame}

Expand Down

0 comments on commit 40a611d

Please sign in to comment.