html - Flickr 如何防止人们从网站下载图片?

标签 html image download

只是想知道 Flickr 如何阻止人们从其网站下载图片?他们在用什么?

最佳答案

图像上的透明 .gif。您仍然可以通过查看 HTML 源并找到图像的实际 URL 来下载实际图像。

例如,一张随机图片: http://www.flickr.com/photos/34285128@N00/4300352607/

<img style="position:absolute;top:0px;left:0px;display:block" src="http://l.yimg.com/g/images/spaceball.gif" alt="" width="500" height="366">

这是上面的透明图像。

<img src="http://farm5.static.flickr.com/4057/4300352607_edcc5a4a9e.jpg" alt="Say It With Flowers by *sido* (back in a few days)." title="" width="500" height="366" class="reflect">

这是实际图像,显示在 spaceball.gif 下方。

关于html - Flickr 如何防止人们从网站下载图片?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2129404/

相关文章:

html - 在文本 html 和 css 旁边对齐图像

c# - 在 C# 中调整大的奇数比例图像大小

github - 在 github 上没有 "zip download"按钮来下载 .zip 中的源代码

javascript - 创建与网站类似的容器

Javascript - 为什么这段 Javascript 代码在 JSFiddle 和 JSBin 中有效,但在任何浏览器中都无效?

C++:将base64字符串转换为图像

mongodb - 如何使用 Liferay 在 portlet 中下载文件或 InpuStream?

iphone - 了解更新 UIprogressView 的下载进度

javascript - 如何从单独的 php 文件 onClick 执行 php 函数

html - 使用模块 bundler 引用 html 中的内置文件