Read exif metadata of images in Qt

前端 未结 3 1151
难免孤独
难免孤独 2020-12-22 04:36

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

Is there any API in Qt that allows re

3条回答
  •  一向
    一向 (楼主)
    2020-12-22 05:17

    Try QExifImageHeader from qt extended framework. qtextended.org is not available for me? but you may search for other download mirrows.

提交回复
热议问题