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. QMediaMetaData for Images (jpg, png,...)

QMediaMetaData for Images (jpg, png,...)

Scheduled Pinned Locked Moved Solved General and Desktop
4 Posts 2 Posters 2.1k Views 1 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.
  • ? Offline
    ? Offline
    A Former User
    wrote on last edited by
    #1

    Hi,

    I was looking into extracting the EXIF MetaData information from a series of images, mostly jpg and png, and then do something with this information. To make the tool platform independent, I wanted to stick with what Qt offers and came across the QMediaMetaData. However, QCamera and QCameraImageCapture don't seem to be geared for loading existing pictures but taking new ones.

    Is there a way, to push an object, lets say a QImage, into either of those objects and access the meta data of that existing object this way?

    Thanks!

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

      Hi,

      Both class are not what you want. If you only want to read the EXIF metadata of your images and IIRC, there was a class named QExifImageHeader not part of QtMultimedia but that you could be simpler for your use case

      Hope it helps.

      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
      0
      • ? Offline
        ? Offline
        A Former User
        wrote on last edited by
        #3

        Hi @SGaist,
        I came across someone mentioning this particular class, but it seems to be discontinued and no longer part of the Qt distribution (I work with 5.7) without being replaced by something with the same purpose.

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

          Looks like it but you can find it e.g. here

          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
          0

          • Login

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