<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi Bruce,<br>
<br>
<br>
<blockquote cite="mid47CDD471.8090908@nist.gov" type="cite">
  <pre wrap="">mark duke wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hi all,

I am having some problems with the quality of the png images generated 
with latex2html. The images generated are often difficult to read as in 
the generation process the images are scaled. In the conversion from eps 
images to png images I do not want to have any changes in the 
resolution, i.e. direct 1-to-1 conversion in terms of the size. Even 
when  I set the scaling to 1, it still seems to scale the figures. This 
is some example code:

\includegraphics[scale=1,clip]%
          {diag_props_gen_chop.eps}
    </pre>
  </blockquote>
  <pre wrap=""><!---->
&gt;From the included image, I'm guessing you had a raster image
to start with (png, gif, jpeg).  If you put that next to
the eps image, with the same base name, and leave the ".eps"
off in the \includegraphics, latex2html should use the raster
image instead of converting (&amp; rescaling) the eps.
  </pre>
</blockquote>
Thanks a lot for you for your help, it nows works exactly how I want it
to.<br>
<br>
Removing the option relating to the scaling prevented it also from
scaling the image:<br>
<br>
\begin{figure}[htb]<br>
&nbsp;&nbsp; \includegraphics<br>
&nbsp;&nbsp; {view_controls_camera}<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \caption{Bogie}\label{kap_bib_fel_005_bm_rail}<br>
&nbsp;\end{figure} <br>
&nbsp;<br>
or<br>
<br>
\includegraphics{view_controls_camera}<br>
<br>
Best regards,<br>
<br>
Mark<br>
<br>
<br>
</body>
</html>