Hello everyone,
I'm using ImageMagick on windows XP from inside tex4ht to manage
images while converting from latex to html. Unfortunately, tex4th
doesn't manage to convert some images because of some problem with the
convert utility.

I made some tests with convert (both 6.2.8-Q16 (dynamic DLL) and
6.2.7.2 versions) but I always get error messages related to coder
modules:

C:\Documents and Settings\admin\Desktop>C:\Programmi\LyX141\etc\ImageMagick\conv
ert.exe something.eps something.jpg
convert.exe: no decode delegate for this image format `something.eps'.
convert.exe: missing an image filename `something.jpg'.

From what I understood, ImageMagick uses delegate programs (or coder
modules) to manage different file types, as eps, and that these
programs must reside in the default path or added in the
MAGICK_CODER_MODULE_PATH.

I (ingenously) tried to type at command prompt

MAGICK_CODER_MODULE_PATH = %MAGICK_CODER_MODULE_PATH%; <gswin32.exe directory>

but "echo MAGICK_CODER_MODULE_PATH" does not give any news!

How can one add the directory for a new module to MAGICK_CODER_MODULE_PATH?

Thanks for your support,
Diego
_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users

Reply via email to