From: Good Guy Date: Sat, 26 Sep 2020 02:04:00 +0000 (-0600) Subject: minor fixes and include Andrea motion.png X-Git-Tag: 2021-05~52 X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcin-manual-latex.git;a=commitdiff_plain;h=a887e882dbdeac63a9f0ce8953df86b51cbe527e minor fixes and include Andrea motion.png --- diff --git a/images/motion.png b/images/motion.png new file mode 100644 index 0000000..3af25d6 Binary files /dev/null and b/images/motion.png differ diff --git a/parts/Developer.tex b/parts/Developer.tex index 74774f0..271706d 100644 --- a/parts/Developer.tex +++ b/parts/Developer.tex @@ -697,7 +697,7 @@ The theme plugin contains a \textit{new\_theme} function, that allocates and con When a theme is constructed by \texttt{NameMain::new\_theme()}, it sets a pointer to a block of data created in the plugin build that contains all of the png data -files in the \texttt{plugins/theme\_name/data} directory. These images may define or override the appearance of gui images, such as \textit{ok.png} (the ok button). There are usually a large number of images that need to be defined. The theme plugin adds them to the theme image data in the \texttt{theme $\rightarrow$ initialize()} function. The best list of theme image setup is probably in SUV (\texttt{plugins/theme\_suv/suv.[Ch]}). +files in the \texttt{plugins/theme\_name/data} directory. These images may define or override the appearance of gui images, such as \textit{ok.png} (the ok button). There are usually a large number of images that need to be defined. The theme plugin adds them to the theme image data in the \texttt{theme $\rightarrow$ initialize()} function. The best list of theme image setup is probably in SUV (\texttt{plugins/theme\_suv/suv.}) The easy way to create a new theme is to copy an existing theme and change its name to \textit{ThemeName}, and be sure to \texttt{change plugin\_title()} to the new name, then tweak the definitions until you are happy with the results. The file diff --git a/parts/Plugins.tex b/parts/Plugins.tex index 3b9a450..8016c6a 100644 --- a/parts/Plugins.tex +++ b/parts/Plugins.tex @@ -1964,12 +1964,12 @@ Motion tracker works by using one region of the frame as the region to track (Ma To save time the motion result can be saved in a file for later reuse, recalled from a previous calculation, or discarded. The motion tracker has a notion of $2$ tracks, the \textit{master} layer and the \textit{target} layer. The \textit{master} layer is where the comparison between $2$ frames takes place. The \textit{target} layer is where motion is applied either to track or compensate for the motion in the \textit{master} layer (figure~\ref{fig:motion}). -% \begin{figure}[ht] -% \centering -% \includegraphics[width=0.9\linewidth]{motion.png} -% \caption{Motion plugin GUI} -% \label{fig:motion} -% \end{figure} +\begin{figure}[ht] + \centering + \includegraphics[width=0.9\linewidth]{motion.png} + \caption{Motion plugin GUI} + \label{fig:motion} +\end{figure} Motion tracking parameters: