You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi team,
我把AlloyImage加到PhoneGap2.8中,在Android2.3下测试下面的代码,其中workingSetImage是一个加载好的;
var workingSetImage = document.getElementById("app_imageBox");
var original = AlloyImage(workingSetImage);
var sketch = original.clone().act("反色");
var sketchData = sketch.save();
console.log("sketch data = " + sketchData);
结果返回的是:
sketch data = data:
我看了源码,好像是data:image xxxx的png格式图片只返回了头部。Any idea?
The text was updated successfully, but these errors were encountered:
Hi team,
我把AlloyImage加到PhoneGap2.8中,在Android2.3下测试下面的代码,其中workingSetImage是一个加载好的;
结果返回的是:
sketch data = data:
我看了源码,好像是data:image xxxx的png格式图片只返回了头部。Any idea?
The text was updated successfully, but these errors were encountered: