通过 javascript 或任何其他语言访问相机和照片信息?

Access camera and photo information via javascript, or ANY other language?

当拍摄图像时,诸如此类的信息;

有时会写在图像中,实际上可以检索以供进一步使用。 Google plus does (you can see the screen shot below), if you are a chronic Tumblr 粉丝就是一个活生生的例子,你可能会注意到 tumblr 也可以做到这一点。现在,他们是怎么做到的?

此信息在照片文件中可用,即所谓的 "Exif data"。您可以在此维基百科页面上了解有关其工作原理的更多信息:https://en.wikipedia.org/wiki/Exchangeable_image_file_format

JavaScript 中的示例实现是 https://github.com/exif-js/exif-js