[magick-users] no decode delegate
Max Herrmann
max.herrmann at kisssoft.ch
Thu Aug 23 08:25:46 PDT 2007
Dear Magick-User community,
first of all: I do not know nothing. No tech-babble, please. I would not understand it anyway.
My intention was to use htlatex as a tool for tex -> html conversion.
What I do know is that htlatex is using "convert" which is somehow included in ImageMagick.
Here is a minimal TeX-code:
\documentclass{book}
\begin{document}
\begin{equation}
1=1
\end{equation}
\end{document}
I know that this is not a TeX-Mailinglist. They told me to place my request here.
Infinitely naive as I am I expected to feed htlatex my TeX file and get an html file in return.
After all I got a html-file with a broken picture link icon inside.
Here is the output of htlatex:
Execute script `someBullshit.lg'
C:\Users\mh\Documents\tex>t4ht \dirchar
omeBullshit.tex -ec:\tex4ht\texmf\tex4ht\base\win32\tex4ht.env
This is dvips(k) 5.95b Copyright 2005 Radical Eye Software
(www.radicaleye.com)
' TeX output 2007.08.22:0814' ->
<tex.pro><alt-rule.pro><texps.pro>. <cmr10.pfb>[1]
convert: no decode delegate for this image format `zzsomeBullshit.ps'.
convert: missing an image filename `someBullshit0x.png'.
----------------------------
blahblahblah...
System call: convert -trim +repage -density 110x110 -transparent "#FFFFFF"
zzsomeBullshit.ps someBullshit0x.png
--- Warning --- System return: 1
Entering someBullshit.css
Entering someBullshit.tmp
Process successfully finished.
Of course it is not successfully finished.
Or at least it does not meet my demands.
If I got it correctly, htlatex is calling "convert" and then convert tries to call someone else but the guy that is being called does not answer.
So htlatex hangs up.
Here is my humble request: Tell me what I have to do.
Answers will be regarded with love&respect.
Max Herrmann
More information about the Magick-users
mailing list