Exif缩略图数据
我目前有点陷入 exif 困境。我使用 GDI+ 和 C# 从 JPEG 中提取缩略图。我想让它不缩放,所以我在 Image 类的 GetThumbnailImage 函数中使用 0 作为 ImageWidth 和 ImageHeight 参数。我总是得到 160x120 的图像大小,但我假设可以有不同的大小,并且 GetThumbnailImage 不会缩放。我发现缩略图中可能有其他 exif 数据,但我正在寻找一种快速方法来决定是否缩放缩略图或主图像。
是否有关于主图像 exif 数据中缩略图大小的信息?到目前为止我发现的标签似乎不合适。
有人做过类似的事情吗?
提前致谢, 萨沙
I'm currently a bit stucked in exif. I extract the thumbnail from the JPEG using GDI+ with C#. I wanted to get it unscaled so I used 0 as parameters to ImageWidth and ImageHeight parameters in the GetThumbnailImage function of the Image class. I always get an image size of 160x120 but I assume there can be different sizes and that GetThumbnailImage does not scale. I see that there could be additional exif data in the thumbnail, but I search for a fast way to decide whether ti scale the thumbnail or the primary image.
Is there any info about the thumbnail size in the primary images exif data? The tags I found until now doesn't seen to fit.
Has anyone done something similar?
Thanks in advance,
Sascha
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Exif 数据取决于许多因素。一是相机的创造者。所以没有真正的答案。可以有信息,但一定不能没有信息。此外,信息可能是供应商特定的......
Exif data depends on many factors. One is the camera creator. So there is no real answer. There may be information, but there must be no information. Also, information might be vendor specific...