Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Issues with new IOS image type (.HEIC) in ios app
Forum Updated to NodeBB v4.3 + New Features

Issues with new IOS image type (.HEIC) in ios app

Scheduled Pinned Locked Moved Solved Mobile and Embedded
8 Posts 5 Posters 2.0k 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.
  • R Offline
    R Offline
    renatobibiano
    wrote on last edited by
    #1

    We have an app that get pictures from iphones. But when trying to get pictures taken from the new iphones (.HEIC images) it says "Unable to read image data".

    I`ve found that BUG: https://bugreports.qt.io/browse/QTBUG-63638

    At the end Eirik says that we should just install two patches. I don't know if I'm doing it wrong, but I have checked them out with GIT and replaced the files in the QT Creator 5.10 Src folder (inside of the qtimageformats folder). Am I doing it right?

    After that what should I do with the project? I am only cleaning it, deleting the folder and then rebuilding it.

    Please help!
    Regards.

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

      Hi,

      Can you list exactly the steps you used to build the plugin ?

      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
      • R Offline
        R Offline
        renatobibiano
        wrote on last edited by
        #3

        I am just downloading the files with GIT and replacing in the QT Creator/5.10/Src/qtimageformats folder

        jsulmJ 1 Reply Last reply
        0
        • R renatobibiano

          I am just downloading the files with GIT and replacing in the QT Creator/5.10/Src/qtimageformats folder

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

          @renatobibiano After replacing the files you should build and install qtimageformats else the patches will not have any effect on your Qt installation.

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

          R 1 Reply Last reply
          0
          • jsulmJ jsulm

            @renatobibiano After replacing the files you should build and install qtimageformats else the patches will not have any effect on your Qt installation.

            R Offline
            R Offline
            renatobibiano
            wrote on last edited by
            #5

            @jsulm said in Issues with new IOS image type (.HEIC) in ios app:

            @renatobibiano After replacing the files you should build and install qtimageformats else the patches will not have any effect on your Qt installation.

            @jsulm thanks for the reply. How do I install the qtimageformats?

            jsulmJ 1 Reply Last reply
            0
            • R renatobibiano

              @jsulm said in Issues with new IOS image type (.HEIC) in ios app:

              @renatobibiano After replacing the files you should build and install qtimageformats else the patches will not have any effect on your Qt installation.

              @jsulm thanks for the reply. How do I install the qtimageformats?

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

              @renatobibiano

              cd ~
              mkdir build
              cd build
              PATH_TO_YOUR_QT_INSTALLATION/bin/qmake PATH_TO_YOUR_QT_SOURCES/qtimageformats/qtimageformats.pro
              make
              make install
              

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

              R 1 Reply Last reply
              1
              • jsulmJ jsulm

                @renatobibiano

                cd ~
                mkdir build
                cd build
                PATH_TO_YOUR_QT_INSTALLATION/bin/qmake PATH_TO_YOUR_QT_SOURCES/qtimageformats/qtimageformats.pro
                make
                make install
                
                R Offline
                R Offline
                renatobibiano
                wrote on last edited by
                #7

                @jsulm said in Issues with new IOS image type (.HEIC) in ios app:

                @renatobibiano

                cd ~
                mkdir build
                cd build
                PATH_TO_YOUR_QT_INSTALLATION/bin/qmake PATH_TO_YOUR_QT_SOURCES/qtimageformats/qtimageformats.pro
                make
                make install
                

                how can I be sure that the patch was installed?

                1 Reply Last reply
                0
                • R Offline
                  R Offline
                  renatobibiano
                  wrote on last edited by
                  #8

                  It worked! Thanks all

                  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