Hide Forgot
Created attachment 503552 [details] Error log from convert Description of problem: I tried converting a LaTeX equation into png with (max) resolution 153x53 pixels. The tex2im script crashed in the convert command. Version-Release number of selected component (if applicable): ImageMagick-6.6.5.10-19.fc15.x86_64 ghostscript-9.02-1.fc15.x86_64 How reproducible: Create a LaTeX file containing an equation, e.g. \documentclass[12pt]{article} \usepackage[dvips]{graphicx} \pagestyle{empty} \usepackage{color} \begin{document} \begin{eqnarray*} \int x dx = \frac 1 2 x^2 + C \end{eqnarray*} \end{document} compile it to DVI with $ latex eqn.tex then convert the DVI to EPS with $ dvips -E eqn.dvi -o eqn.eps Finally, try to convert into png with $ convert -density 153x53 eqn.eps eqn.png Actual results: Two pages of error messages. (Works, though, without the density argument or with a large enough density.) Expected results: A converted file, or at least a sane error message. Additional info: This is not a problem for me, since I circumvented this by downscaling the image afterhand.
Please try new version - http://koji.fedoraproject.org/koji/taskinfo?taskID=3155538
Assume it works.