netcore在CentOS7 下使用处理图片的问题
2019-12-18 16:02:48来源:博客园 阅读 ()
netcore在CentOS7 下使用处理图片的问题
请看代码,当你在centos下要把图片转为Base64的时候
1 MemoryStream ms = new MemoryStream(); 2 try 3 { 4 Bitmap bmp = new Bitmap(filePath); 5 bmp.Save(ms, System.Drawing.Imaging.ImageFormat.Jpeg); 6 7 byte[] arr = new byte[ms.Length]; 8 ms.Position = 0; 9 ms.Read(arr, 0, (int)ms.Length); 10 return Convert.ToBase64String(arr); 11 } 12 catch (Exception ex) 13 { 14 Core.Helpers.Log4NetHelper.WriteError(typeof(string),ex); 15 return ""; 16 } 17 finally 18 { 19 ms.Close(); 20 }
明明你在本地或windows服务器是正常的,可是在linux下就会抛出如下异常:
System.TypeInitializationException: The type initializer for 'Gdip' threw an exception. ---> System.DllNotFoundException: Unable to load DLL 'libgdiplus': The specified module could not be found. at System.Runtime.InteropServices.FunctionWrapper`1.get_Delegate() at System.Drawing.SafeNativeMethods.Gdip.GdiplusStartup(IntPtr& token, StartupInput& input, StartupOutput& output) at System.Drawing.SafeNativeMethods.Gdip..cctor() --- End of inner exception stack trace --- at System.Drawing.SafeNativeMethods.Gdip.GdipCreateBitmapFromFile(String filename, IntPtr& bitmap) at System.Drawing.Bitmap..ctor(String filename, Boolean useIcm)
看了报错信息知道 linux没有 libgdiplus
解决方案:
#locate libdl
#cd /usr/lib64 #ln -s libdl-2.17.so libdl.so
如果 locate libdl 报以下错误:
-bash: locate: command not found
其原因是没有安装mlocate这个包
安装一下包:#yum -y install mlocate
再更新一下库:#updatedb
最后最关键的是安装一下 libgdiplus 库,搞定!
yum install libgdiplus-devel
原文链接:https://www.cnblogs.com/wujh/p/12063976.html
如有疑问请与原作者联系
标签:
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有
上一篇:Linux 怎么清理缓存
下一篇:VMware 虚拟机黑屏问题
- 树莓派使用 OLED 屏显示图片及文字 2020-06-05
- centos7下安装mysql6初始化安装密码 2020-06-05
- CentOS7.6 源码安装 libevent-2.1.8-stable 2020-06-04
- 附020.Nginx-ingress部署及使用 2020-06-02
- CentOS7修改主机名 2020-06-01
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash