Default parameters cause errors!

As in CCImage.cpp, line 94

return initWithImageData(data.getBuffer(), data.getSize());

you are not passing the parameter eImgFmt to initWithImageData.

Hello, everybody, keep up the good work :slight_smile:

Thanks for your report!
Bug #629 created. It’s a mistake since 0.8.2, I will fix it in before next version.

Done. But haven’t add test case for this yet.