unsupported image format!

var frame=new cc.SpriteFrame(texture); self.spriteQR.node.getComponent(cc.Sprite).spriteFrame=frame;

都是jpg,有些图片能正常加载,有些图片报unsupported image format!这个错误,论坛里面好像没相关的帖子,有人知道怎么解决这个问题码,加载不出来的图片直接在浏览器用链接打开能看到图片,对图片格式介绍也不是特别多,希望有遇到过这类问题的大虾们留一步~,不甚感激:grin:

是不是生成的图片,比如二维码这些都不能正确加载呢?