no .bmp support??

Hi.

In the api documentation, there are offically support on bmp image at CCTextureCache.
[[http://www.cocos2d-x.org/reference/native-cpp/V2.2.1/dd/d27/classcocos2d_1_1_c_c_texture_cache.html#a5a5eff1c42b9e38b41ce1a5b466c9432]]

but when i opened some .bmp file, the CCTextureCache::addImage function returns NULL.

so i traced the loading process, there seems to be no code for bmp reading.

may i’m not knowing how to load bmp images. if is, teach me how to open bmp files.

i’m using cocos2dx 2.2.1.

Regards.

I have the same question.