Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ibireme committed Jul 13, 2016
1 parent a157270 commit d0b3a1a
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,10 +163,12 @@ Installation

FAQ
==============
Q: Why I can't display WebP image?
_Q: Why I can't display WebP image?_

A: Make sure you added the `WebP.framework` in your project. You may call `YYImageWebPAvailable()` to check whether the WebP subspec is installed correctly.

Q: Why I can't play APNG image?
_Q: Why I can't play APNG image?_

A: You should disable the `Compress PNG Files` and `Remove Text Metadata From PNG Files` in your project's build settings. Or you can rename your APNG file's extension name with `apng`.

Documentation
Expand Down Expand Up @@ -351,10 +353,12 @@ YYImage: 功能强大的 iOS 图像框架。<br/>

常见问题
==============
Q: 为什么我不能显示 WebP 图片?
_Q: 为什么我不能显示 WebP 图片?_

A: 确保 `WebP.framework` 已经被添加到你的工程内了。你可以调用 `YYImageWebPAvailable()` 来检查一下 WebP 组件是否被正确安装。

Q: 为什么我不能播放 APNG 动画?
_Q: 为什么我不能播放 APNG 动画?_

A: 你应该禁用 Build Settings 中的 `Compress PNG Files``Remove Text Metadata From PNG Files`. 或者你也可以把 APNG 文件的扩展名改为`apng`.

文档
Expand Down

0 comments on commit d0b3a1a

Please sign in to comment.