LoginSignup
13
5

More than 3 years have passed since last update.

【解決】Original Error: You must have the ImageMagick or GraphicsMagick installed Image Failed to manipulate with MiniMagick, maybe it is an image?

Last updated at Posted at 2019-07-02

画像(image)を投稿しようとしたらエラーOriginal Error: You must have the ImageMagick or GraphicsMagick installed Image Failed to manipulate with MiniMagick, maybe it is an image?が出てきて投稿できないけどimagemagickをインストールしたら解決したのでメモ。

解決策

MacOSの場合

brewをアップデート

$ brew upgrade

imagemagickのモジュールをMacにインストール

$ brew install imagemagick

Windowsの場合

apt-getをアップデート

sudo apt-get update

imagemagickのモジュールをWindowsにインストール

sudo apt-get install libmagickwand-dev
sudo apt-get install imagemagick --fix-missing

該当のエラー分

Original Error: You must have the ImageMagick or GraphicsMagick installed Image Failed to manipulate with MiniMagick, maybe it is an image?

参考
https://stackoverflow.com/questions/31193495/error-original-error-imagemagick-graphicsmagick-is-not-installed
https://stackoverflow.com/questions/29377651/rails-error-imagemagick-graphicsmagick-is-not-installed
https://stackoverflow.com/questions/57965548/how-to-solve-failed-to-manipulate-with-minimagick-maybe-it-is-not-an-image-ori

13
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
13
5