Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Exif Meta info for JPG and PNG
Forum Updated to NodeBB v4.3 + New Features

Exif Meta info for JPG and PNG

Scheduled Pinned Locked Moved Unsolved General and Desktop
c++pngjpgexifimage
2 Posts 2 Posters 1.4k Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • shavS Online
    shavS Online
    shav
    wrote on last edited by
    #1

    Hi everyone!

    In my project I need to read Exif info from JPG and PNG images. I tryed to use method text() from QImageReader but this method doesn't read all informations. Also I've found the QExifImageHeader This library is also can read Exif info for JPG but not PNG. Could you tell me how I can read all Exif info and tags from images?

    P.S. libexif and exiv2 I can use in my project if I will not find any other solutions.

    Mac OS and iOS Developer

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      AFAIK, PNG doesn't contain the same meta data so you won't be able to use QExifImageHader to read them.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      1

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved