I'm trying to convert a .svg file to a .jpg file. I have it working on a 64-bit version of windows 7, but when I installed it on a 32-bit version of Windows Server 2008 and run this command:
convert in.svg out.jpg
I get this error message:
convert.exe no decode delegate for this image format
Update #1: I just installed ImageMagick on a new 32-bit Server 2008 VM and the convert works just fine. Not sure what the issue is though on the production computer I need it installed on.