awtk/docs/manual/image_loader_stb_t.md
2019-12-11 16:21:15 +08:00

31 lines
808 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## image\_loader\_stb\_t
### 概述
![image](images/image_loader_stb_t_0.png)
stb图片加载器。
stb主要用于加载jpg/png/gif等格式的图片它功能强大体积小巧。
----------------------------------
### 函数
<p id="image_loader_stb_t_methods">
| 函数名称 | 说明 |
| -------- | ------------ |
| <a href="#image_loader_stb_t_image_loader_stb">image\_loader\_stb</a> | 获取stb图片加载器对象。 |
#### image\_loader\_stb 函数
-----------------------
* 函数功能:
> <p id="image_loader_stb_t_image_loader_stb">获取stb图片加载器对象。
* 函数原型:
```
image_loader_t* image_loader_stb ();
```
* 参数说明:
| 参数 | 类型 | 说明 |
| -------- | ----- | --------- |
| 返回值 | image\_loader\_t* | 返回图片加载器对象。 |