image - iOS 和/或 Twitter 是否会在带有图像的推文中删除 EXIF 数据?

标签 image twitter ios5 exif

我正在尝试使用如下代码从 iOS5 应用程序发送图像:

TWTweetComposeViewController *tweeter = [[TWTweetComposeViewController alloc] init];
[tweeter addImage:image];

我认为我的 EXIF 被删除了,但不确定这是我的错、iOS Twitter 代码还是 Twitter 服务的错​​。我还没有找到权威的答案,但是How can I get geotagged pictures posted on twitter?似乎指向 Twitter 和 Twitter photo sharing goes live for all users他们的新闻报道中有这样的内容:

Photographers will be interested to learn that all EXIF data, information that identifies what equipment was used to take a picture as well as the settings used, is stripped from the photos after uploading

我正在尝试寻找官方来源或比我的代码更好的权威。我还尝试从“照片”应用程序中发布一张图片,该应用程序在上传后似乎也丢失了 EXIF(位置)数据。

最佳答案

来自Twitter Help Center :

What happens to the Exif data? I heard there are privacy concerns there.

We remove the Exif data on upload. It is not available to any consumers of your image.

关于image - iOS 和/或 Twitter 是否会在带有图像的推文中删除 EXIF 数据?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8774758/

相关文章:

Twitter oauth 授权在弹出窗口中而不是在主浏览器窗口中

c++ - 将 twitcurl 库从 VS2010 解决方案静态链接到 VS2012 解决方案的问题

ios - 我们如何在 ARC 中显式调用垃圾收集器?还有一种方法可以决定何时释放 ARC 中的内存?

python - 如何将 tf.data.Dataset 拆分为 x_train、y_train、x_test、y_test for keras

javascript - 将 highcharts 转换为波斯语图像

python - Pandas 数据框的列总和并与其他数据结合

ios - 将事件的 RecurrenceRule 保存到 CoreData

iphone - 使用 App Delegate 访问通过 Storyboard 创建的 View Controller

css - 当我改变它的高度时面板标题覆盖网格 - ExtJS

Java Servlet/Jsp 图像上传以及表单值