mark duke wrote:
> 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}

>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 (& rescaling) the eps.

> This generates the followimg image:
> 
> 
> 
> If I reduce the scaling factor then the result is much better and 
> similar to the original image:
> 
> \includegraphics[scale=0.625,clip]%
>           {diag_props_gen_chop.eps}
> 
> 
> 
> I have tried modifying the parameters in my config file, but this still 
> hasn't helped:
> $FIGURE_SCALE_FACTOR = 1;
> $DISP_SCALE_FACTOR = 1;
> $EXTRA_IMAGE_SCALE = 1;
> 
> Have any of you any ideas where this additional scaling in the 
> conversion could be coming from? It seems to be scaling the images by 
> about 1.6. I would be really grateful for any help.
> 
> Thanks,
> 
> Mark
> 
> -- 
> _______________________________________________________________________
> 
> Mark Duke                     Tel:     +49 8153 9288-27
>                               E-Mail:  [EMAIL PROTECTED]
> 
> INTEC GmbH                    Tel:     +49 8153 9288-0
> Argelsrieder Feld 13          Fax:     +49 8153 9288-11
> 82234 Wessling                E-Mail:  [EMAIL PROTECTED]
> Germany                       URL:     www.simpack.com
> 
> Simulation Software SIMPACK - Consulting - Training
> _______________________________________________________________________
> 
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> latex2html mailing list
> [email protected]
> http://tug.org/mailman/listinfo/latex2html


-- 
"so it goes"
--
[EMAIL PROTECTED]
http://math.nist.gov/~BMiller/
_______________________________________________
latex2html mailing list
[email protected]
http://tug.org/mailman/listinfo/latex2html

Reply via email to