在R中调整图像大小并将图像转换为灰度的最有效方法是什么。目前我在Linux上使用convert命令如下:
convert Slide3.JPG -resize 600X400\! -colorspace Gray img3.JPG
我希望调整大小忽略宽高比。
答案 0 :(得分:2)
您可以使用returnSomething():boolean{
theFunctionThatReturnsAPromise()
.then(
//return true for the returnSomething function here
).catch(
//return false for the returnSomething function here
);
}
包并执行:
imager