20181130 更新:怎样获得谷歌相册中图像的网址并通过它调整图像尺寸
在 Google Photo 中打开图片,Right click it and select "Open Image in a New Tab" then copy the URL in the address bar.
在 Google Photo 中打开图片,Right click it and select "Open Image in a New Tab" then copy the URL in the address bar.
经过比较决定用免费相册 Picasa 来为网站寄存图片。实际操作后,发现一个简便方法来获取图像的 URL 并通过它来控制图像的大小。在浏览器中打开 Picasa, 找到你想要的图片,右击它,从菜单中便可复制得到图像网址,形式如下: https://lh4.googleusercontent.com/....../s800/yourImage.jpg,注意 URL 中的 s800,说明图像的宽度是 800px,改变它就可以改变图像宽度,图像高度会根据宽度的变化按比例自动调整。也可用 h800 来指定图像的高度为 800px,而让宽度按比例自动调整。还可以同时控制高度和宽度:https://lh4.googleusercontent.com/....../w719-h268/photo.jpg。这样,通过改变 URL 就实现了调整图像的大小。
图例一:
图例二:
图例三:
No comments:
Post a Comment