[l2h] Failed to convert image

Ross Moore Ross Moore <ross@ics.mq.edu.au>
Fri, 22 Oct 1999 09:36:37 +1000 (EST)


> 
> 
> Latex2html fails to convert the figure in this document.  The trace
> follows.
> The problem maybe that the images.tex file does not contain the 
> usepackage{graphics} instruction.
> 
Your tracing reveals problems with  pnmcrop .
I'd suggest you replace it with a later version.
 LaTeX2HTML needs the version: 1 March 1994 p1  
(the p1 is *important* )
 
Indeed the messages suggest it is not present at all,
and perhaps *none* of the  netpbm  graphics utilities 
are installed on your system.

> 
> dvips -S1 -i  -M  -ol2h2942/image ./images.dvi
> 
> dvips -S1 -i  -M  -ol2h2942/image ./images.dvi
> 
> This is dvips(k) 5.86 Copyright 1999 Radical Eye Software (www.radicaleye.com)
> ' TeX output 1999.10.21:1838' -> l2h2942/image
> (-> l2h2942/image001) <texc.pro><special.pro><color.pro>[1] 
> (-> l2h2942/image002) <texc.pro><special.pro><color.pro>[2] 
> (-> l2h2942/image003) <texc.pro><special.pro><color.pro>[3<estereotipo.eps>] 
                                                             ^^^^^^^^^^^^^^^
See, graphics package was loaded and the image included -----||||||||||||||||


> Converting image002.ppm to img2.gif
> Input file: image002.ppm Output file: img2.gif
> Running /usr/bin/pnmcrop < image002.ppm | /usr/bin/pnmcrop -bot | /usr/bin/pnmcrop -l  > image002.ppm.tmp
> sh: /usr/bin/pnmcrop: No such file or directory
> sh: /usr/bin/pnmcrop: No such file or directory
> sh: /usr/bin/pnmcrop: No such file or directory
> Running /usr/bin/pnmcrop -bot < image002.ppm  > image002.ppm.tmp (STDERR redirected)
> Image is , x
> Running /usr/bin/ppmtogif -trans \#ffffff < image002.ppm  > img2.gif
> sh: /usr/bin/ppmtogif: No such file or directory
> pstoimg: Conversion failed: 
> 

Install the graphics software and all should be fine.

Hope this helps,

	Ross Moore