我能以某种方式获得图像的大小(任何SOIL支持)吗?
我知道图像文件中有不同的标头来定义这些大小。但是,SOIL是否有任何功能来获取图像大小?
答案 0 :(得分:1)
http://example.com/test1
将使用图像的尺寸填充width / height参数,尽管这样做会完全加载图像:
http://example.com/test1/mysection
底层const [newTarget] = await Promise.all([
// Await new target to be created with the proper opener
new Promise(x => browser.on('targetcreated', target => {
if (target.opener() !== page.target())
return;
browser.removeListener('targetcreated', arguments.callee);
x();
})),
page.click('link'),
])
// Attach to the newly opened page.
const newPage = await newTarget.page();
has routines不会加载完整图片:
SOIL_load_image()