This forum is no longer active. Please post your questions to our new community site
ImageMagick - NoDecodeDelegate?
|
|
Hello- I just switched from Instant Rails and am trying to get a simple RMagick example to run but am getting the following error: C:/BITNAM1/ruby/lib/ruby/gems/1.8/gems/rmagick-1.15.9-win32/lib/RMagick.rb:1659:in `read’: NoDecodeDelegateForThisImage The example I am trying to run can be found here (example #1): Can anyone help me here? Thanks! |
|
|
So, as a side question to this topic….Do you have to do any configuration to get ImageMagick to work properly? |
|
|
Hey Pete, Which version of Rubystack are you using? In case you are using the latest version, could you post the output when executing “set” in command line? (the MAGICK_* related lines should be enough), especially the MAGICK_CODER_MODULE_PATH variable. Cheers, Pieter |
|
|
I am using the latest version, below is the output from “set”. See anything wrong here? MAGICK_CODER_MODULE_PATH=C:\PROGRA1\BITNAM1\imagemagick\modules\coders |
|
|
yes :) Just edit the file
for this:
and everything should work now. We we’ll solve this issue in future releases, thank you for helping us. |
|
|
Thanks. I thought I could edit this path in the system properties but I don’t see it in there. Where do I update this path? |
|
|
As Manuel said, the path should be editable via C:\BITNAM~1\scripts\load_path.bat |
|
|
I guess it help for me to read the whole post. :) That worked, thanks very much! |
|
|
You’re welcome. Ciao |

