** Ruby on rails ** During development, using gem'mini_magick', ** ImageMagick **, I want to implement things like loading and uploading images, ** on Windows 10 ** "Image Failed to manipulate with MiniMagick, maybe it is not an image? Original Error: You must have ImageMagick or GraphicsMagick installed" If you see ** error **, share the solution.
--Development environment: Windows10 Home 64-bit operating system, x64-based processor --Rails version 5 series
Download ImageMagick-[version] -xxx.exe from the official ImageMagick (https://imagemagick.org/script/download.php#windows) site. (Example: ImageMagick-7.0.10-52-Q16-HDRI-x64-dll.exe)
Launch the downloaded file and proceed with the installation as instructed.
** Restart your computer **. you have to
OK
Recommended Posts