Get. metadata/exif from HEIC
Unsolved
General and Desktop
-
Hi,
I am working on an App which would help get metadata/exif data (like GPS, size etc) from different images with different format (mainly Heic and jpeg).
I was able to do it for JPEG images using a custom library which Qt supported earlier, the qexifmageheader class. But this does not support HEIC images. I tried using QImageReader and QMediaPlayer but I couldn’t get much information. Does anyone has any information.
I am using Qt5.15.6Thanks.
-
Hi and welcome to devnet,
You should consider using a library like exiv2 that supports that image format.