The effect of the LaTeX commands below can be seen in the thumbnail sketch of Figure 2.
\begin{figure}
\htmlimage{thumbnail=0.5}
\centering\includegraphics[width=5in]{figure.ps}
\caption{A sample figure showing part of a page generated by
\latextohtml{} containing a customized navigation panel
(from the \protect\htmladdnormallinkfoot{CSEP project}
{http://csep1.phy.ornl.gov/csep.html}).}
\label{fig:example}
\end{figure}
The htmlimage command is also often useful to cancel-out the effect of the configuration variable FIGURE_SCALE_FACTOR. For example to avoid resizing a color screen snap despite the value of FIGURE_SCALE_FACTOR it is possible to use htmlimage{scale=0}.