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. Geotagging Images by editing the exif data

Geotagging Images by editing the exif data

Scheduled Pinned Locked Moved Unsolved General and Desktop
6 Posts 4 Posters 1.6k Views
  • 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.
  • saitejS Offline
    saitejS Offline
    saitej
    wrote on last edited by saitej
    #1

    Hi

    I am using Qt 5.6.1 mingw32 bit. I need to edit exif data of the images (jpeg) and set the latitude, longitude and altitude of the images. Is there any inbuilt class in Qt for doing this? If not, please suggest a library that can be easily linked with QT.

    I have seen this class having location data but I am unable to find example usage of these.

    1 Reply Last reply
    0
    • m.sueM Offline
      m.sueM Offline
      m.sue
      wrote on last edited by
      #2

      Hi,
      you can find a C++ library to read and write exif2 here: http://exiv2.org/
      -Michael.

      saitejS 1 Reply Last reply
      0
      • m.sueM m.sue

        Hi,
        you can find a C++ library to read and write exif2 here: http://exiv2.org/
        -Michael.

        saitejS Offline
        saitejS Offline
        saitej
        wrote on last edited by
        #3

        @m.sue

        I have tried using that in mingw but I am getting a startup error when I import the library. I have already posted that in the forum and you can have a look at it.

        jsulmJ 1 Reply Last reply
        0
        • saitejS saitej

          @m.sue

          I have tried using that in mingw but I am getting a startup error when I import the library. I have already posted that in the forum and you can have a look at it.

          jsulmJ Online
          jsulmJ Online
          jsulm
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @saitej In that other thread you did not answer the question @SGaist asked.

          https://forum.qt.io/topic/113070/qt-code-of-conduct

          S 1 Reply Last reply
          0
          • jsulmJ jsulm

            @saitej In that other thread you did not answer the question @SGaist asked.

            S Offline
            S Offline
            samdol
            wrote on last edited by
            #5

            @jsulm
            Can we use exiv2 for commercial project for free or do we have to buy it?

            jsulmJ 1 Reply Last reply
            0
            • S samdol

              @jsulm
              Can we use exiv2 for commercial project for free or do we have to buy it?

              jsulmJ Online
              jsulmJ Online
              jsulm
              Lifetime Qt Champion
              wrote on last edited by
              #6

              @samdol It is GPL, so you probably will need a commercial license if you're going to sell your closed source software software. But I'm not an lawyer! You should not decide based on opinions in a forum!

              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