centos 中Stream转 Image 报错

 

asp.net core 3.1 中 ,调用

Image.FromStream(stream) 报错

 

System.DllNotFoundException : Unable to load DLL 'libgdiplus': The specified module could not be found.



解决方案:


yum install glibc-devel
yum install libgdiplus

 

posted @ 2020-09-16 11:34  小小高  阅读(198)  评论(0编辑  收藏  举报