今天重装了系统后,发现 ImageMagick 不能正常的使用了:

ImageMagickObject.MagickImage.1  '80041771'

convert: 455: unable to load module `C:\ImageMagick\modules\coders\IM_MOD_RL_PNG_.dll'

...

 

经过在网上两个小时左右的搜索,终于找到解决方案:

安装VC运行库:Visual C++ 2008 Redistributable Package 就能正常使用 ImageMagickObject.MagickImage.1

也许安装更高版本的也行,我没测试。

-----------------------------------------------------------------------------------------------

 

相关文章:

  • 2021-07-12
  • 2021-12-25
  • 2021-12-25
  • 2021-10-18
  • 2021-12-05
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-12-25
  • 2021-12-01
  • 2021-08-11
  • 2021-12-29
  • 2022-01-26
  • 2022-12-23
相关资源
相似解决方案