I have the ImageMagick installed via MacPorts and the mini_magick gem and I get an error for the following script. How can I resolve this problem?
require \'
Try reinstall ImageMagick, if you use Mac OS X:
brew uninstall imagemagick jpeg libtiff jasper brew install imagemagick
For check if JPG format is now available:
identify -list format | grep JPG
This will return the available formats JPG...