0

如果可能,我想从服务器端调用中获取图像的宽度和高度

但我在 Document 中找不到它,甚至尝试一些参数实验也没有用。

有没有办法通过 REST api 调用 filepicker_url 上的 stat?

4

1 回答 1

0

确实有。继续尝试这里的示例: https ://developers.inkfilepicker.com/docs/web/#stat

您还可以调用基础调用:

例如https://www.filepicker.io/api/file/hFHUCB3iTxyMzseuWOgG/metadata?width=true&height=true

{"width": 400, "height": 501}
于 2013-08-15T21:13:12.323 回答