Add introduction page--still not adding graphics, will recreate in SVG
This commit is contained in:
parent
4a3423f3ec
commit
b9ab249abf
|
@ -5,7 +5,7 @@ date: "March 1983"
|
||||||
...
|
...
|
||||||
\pagenumbering{gobble}
|
\pagenumbering{gobble}
|
||||||
\newpage
|
\newpage
|
||||||
\pagenumbering{arabic}
|
|
||||||
::: {.indexTable}
|
::: {.indexTable}
|
||||||
|
|
||||||
| | | | |
|
| | | | |
|
||||||
|
@ -50,3 +50,28 @@ date: "March 1983"
|
||||||
| Linear Fade | 14 | Optical Printed Release Prints | 31 |
|
| Linear Fade | 14 | Optical Printed Release Prints | 31 |
|
||||||
| Other Fades | 14 | Ritual and Art | 31 |
|
| Other Fades | 14 | Ritual and Art | 31 |
|
||||||
:::
|
:::
|
||||||
|
|
||||||
|
\newpage
|
||||||
|
\pagenumbering{arabic}
|
||||||
|
|
||||||
|
\begin{center}
|
||||||
|
\textbf{NOTES ON OPTICAL PRINTER TECHNIQUE}
|
||||||
|
|
||||||
|
DENNIS COUZIN
|
||||||
|
|
||||||
|
March 1983
|
||||||
|
\end{center}
|
||||||
|
|
||||||
|
An optical printer is a device for photographing the frames of one film so as to make another film.
|
||||||
|
|
||||||
|
It consists essentially of a camera (C) connected by a bellows (B) to a lens (L) aimed at a film in a gate (G) illuminated from behind by a lamp (I).
|
||||||
|
|
||||||
|
The camera and gate each have motorized intermittant film movements so that any frame of the "original" film can be conveniently photographed onto any frame of the "print" film.
|
||||||
|
|
||||||
|
The camera can be an ordinary cine camera, less its lens, and the gate can be an ordinary cine projector, less its lens.
|
||||||
|
Ideally they have identical syatems of film registration, as if one were the lens' image of the other.
|
||||||
|
The lens can be any bellows mountable lens.
|
||||||
|
Ideally it is specially corrected for the small and nearly equal sizes of this object and image.
|
||||||
|
|
||||||
|
The camera and the lens can elide independently to and fro the film gate.
|
||||||
|
Thie adjusted the magnification and the focus of the photography.
|
|
@ -2,4 +2,4 @@
|
||||||
|
|
||||||
mkdir -p pdf
|
mkdir -p pdf
|
||||||
|
|
||||||
pandoc --css=noopt.css -o pdf/NOTES_ON_OPTICAL_PRINTER_TECHNIQUE.pdf NOTES_ON_OPTICAL_PRINTER_TECHNIQUE.md
|
pandoc --css=noopt.css -o pdf/NOTES_ON_OPTICAL_PRINTER_TECHNIQUE.pdf -f markdown+implicit_figures NOTES_ON_OPTICAL_PRINTER_TECHNIQUE.md
|
Binary file not shown.
Loading…
Reference in New Issue