I have an application running on rails 1.9.3 and recently my server was updated and installed a new version of ImageMagick(v 6.8.0-7).
After this my application started throwing an exception when Magick::Image.from_blob() is called:
"Magick::ImageMagickError (NoDecodeDelegateForThisImageFormat `' @ error/blob.c/BlobToImage/361):"
I updated Rmagick to the latest gem version(2.13.2) but it did not solve the problem
does anybody ran into the same problem! On the log of what changed in ImageMagick there is nothing related to this and neither on Rmagick!
If you have any clue please help!
all the best,
Andre