在Qt中读取图像的EXIF元数据 [英] Read exif metadata of images in Qt

查看:802
本文介绍了在Qt中读取图像的EXIF元数据的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在我的Qt应用程序中,我想读取图像的exif数据. QImageQPixmap似乎没有提供此类挂钩.

In my Qt app I want to read exif data of images. QImage or QPixmap don't seem to provide such hooks.

Qt中是否有任何API允许在不使用libexif之类的外部库的情况下读取exif?

Is there any API in Qt that allows reading exif without using external libraries like libexif?

这是推荐答案

QImageReader有一个名为transformation()的方法,该方法在5.5版中引入,首先应该尝试一下.

QImageReader has a method named transformation() which is introduced in version 5.5, first you should try that.

您还可以检查以下链接,以了解如何在Qt中使用Windows GDI完成此操作,

You can also check the following link to see how it's done using Windows GDI in Qt, http://amin-ahmadi.com/2015/12/17/how-to-read-image-orientation-in-qt-using-stored-exif/

这篇关于在Qt中读取图像的EXIF元数据的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆