I have added the $MAGICK_HOME variable, which was missing, and now "convert" works fine.
If I run LyX directly from the icon the rendering doesn't work, but if I run it from the command line with the debbuging graphics option, the rendering works. Weird!!! Any idea? On 10/23/06, Paul A. Rubin <[EMAIL PROTECTED]> wrote:
Julio Rojas wrote: > Here is the output (and the culprit): > > convert: UnableToOpenConfigureFile `delegates.xml'. > convert: NoDecodeDelegateForThisImageFormat `EPF_Liga_Espanola.pdf'. > convert: MissingAnImageFilename `test.ppm'. > > What seems to be happening??? > > P.S.: I have all the files of ImageMagick inside /usr/local/ The delegates file is a configuration file that tells ImageMagick how to convert from one format to another. On Windows, it's located in <IM root>\config, so my guess is on your system it should be in /usr/local/ImageMagick/config (give or take what you named the ImageMagick directory). Along with delegates.xml, there should be coder.xml, colors.xml and several more configuration files. If you don't have delegates.xml, then ImageMagick did not install correctly. If you have it, there might be a permissions problem (?), or it might be corrupted. Since it's XML, you should be able to read it with whatever text viewer you use. The other two messages are direct consequences of not being able to look into delegates.xml and find how to convert from PDF to something else. /Paul
-- ------------------------------------------------- Julio Rojas [EMAIL PROTECTED]
