mini_magick gem doesn't work with my ImageMagick install

后端 未结 3 1135
慢半拍i
慢半拍i 2021-01-14 23:30

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 \'         


        
3条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-01-15 00:02

    It appears as though MiniMagick can't understand the file. See this comment in the source:

    Checks to make sure that MiniMagick can read the file and understand it.

    This uses the 'identify' command line utility to check the file. If you are having issues with this, then please work directly with the 'identify' command and see if you can figure out what the issue is.

提交回复
热议问题