码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2016-07-08 10:11:18      阅读:130      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!