首页 > 其他 > 详细

【Xamarin报错】libpng warning : iCCP: Not recognizing known sRGB profile that has been edited

时间:2016-07-08 10:10:49      阅读:447      评论:0      收藏:0      [点我收藏+]

报错:

Xamarin Android 编译时发生以下错误:

libpng warning : iCCP: Not recognizing known sRGB profile that has been edited

 

解决:

把android项目下的resource下面的png图片,双击打开,简单编辑保存一下,就OK了。

 

参考:

Here’s a way to resolve the issue within Visual Studio (I‘m using VS2015) on a file-by-file basis:

Double-click the offending image file in the Project window to bring up Visual Studio’s image editor window.

Press “P” (shortcut to the “Draw a free-form line” tool).

Select a color from the Properties window that exactly matches an area in your image (e.g. white).

Paint over a few pixels in that area, save, and rebuild. The warning for that file should disappear.

Cheers!

 

http://forums.xamarin.com/discussion/31167/suppressing-libpng-warning-iccp-not-recognizing-known-srgb-profile-that-has-been-edited

 

【Xamarin报错】libpng warning : iCCP: Not recognizing known sRGB profile that has been edited

原文:http://www.cnblogs.com/luqingfei/p/5652366.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!