-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EC的问题大家可以在这交流啦 #4
Comments
能不能把java的类型搞过来啊 |
载点都挂了... |
|
进入Q群交流 进群学习 - QQ群:777164022 |
idea点击预览一直在编译啊。。。什么情况 |
后面会以什么形式收费呢? |
5.15之后修改为多模块开发模式。请看B站视频,按照视频开新建模块就行 |
暂时还未打算收费 |
var fxBitmap = readResBitmap("fangxiang2.png");//获取图片bitmap
fxBitmap = rotateBitmap(fxBitmap,90);//旋转90度,返回bitmap
//找图,需要image对象
var points = image.findImageEx({@param image}, 315, 117, 395, 185,0.9, 1);
if(points){
for(let i=0;i<points.length;i++){
logd(points[i]);
}
}
官方文档也没有找到bitmap转image的方法。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
EC的问题大家可以在这交流啦
The text was updated successfully, but these errors were encountered: