Hello,
I have installed rmagick-2.13.1 on the server, but due to some reason rmagick is not able to recognize jpg and png libraries. I installed those libraries manually and they are recognised by imagemagick. When I do "identify -list format", both JPG and PNG are listed. But from rails if I do Magick::Image.read("test.jpg"), it says "Magick::ImageMagickError: no decode delegate for this image format `test.jpg' @ error/constitute.c/ReadImage/532".
Can anybody please tell what could be the reason. Since rmagick is not able to recognize libraries, I feel that rmagick is somehow not configured properly.
I will be grateful if anybody can suggest me on this issue. Thanks.
|