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. GIF files on Raspberry
Forum Updated to NodeBB v4.3 + New Features

GIF files on Raspberry

Scheduled Pinned Locked Moved General and Desktop
10 Posts 2 Posters 2.6k 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.
  • B Offline
    B Offline
    braunnor
    wrote on last edited by
    #1

    Hello everybody,
    I wrote a program which manages some animated GIF files (QMovie and QLabel).
    It works fine with QT 4.8 (IDE), but it doesn't work when I launch the program alone without QT.
    I'm on Raspberry PI B version.
    Have you any idea ?
    Thanks

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

      Hi and welcome to devnet,

      Which version of Qt are you running on the Pi ?
      Custom made ?
      Did you check that all image plugins had been installed ?

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

      B 1 Reply Last reply
      0
      • SGaistS SGaist

        Hi and welcome to devnet,

        Which version of Qt are you running on the Pi ?
        Custom made ?
        Did you check that all image plugins had been installed ?

        B Offline
        B Offline
        braunnor
        wrote on last edited by
        #3

        @SGaist
        Hi, Thanks for your answer,
        I'm using QT 4.8.1.
        The plugins are installed because the program works fine in the debug mode.
        But I don't know which files are needed in the output folder to display the animated gifs.
        Can you help me ?
        Thanks a lot

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

          You would need at least the libqgif 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
          • B Offline
            B Offline
            braunnor
            wrote on last edited by
            #5

            Thank you,
            Excuse me because my question could be silly :-P, but where could I find this plugin?
            I'm a newbie on raspberry's developpment.
            Thanks

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

              In Qt's install under plugins/imageformats

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

              B 1 Reply Last reply
              0
              • SGaistS SGaist

                In Qt's install under plugins/imageformats

                B Offline
                B Offline
                braunnor
                wrote on last edited by
                #7

                @SGaist This folder exists on Windows Install but not on a Raspberry. I coudn't find it :-/

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

                  How did you install Qt on your board ?

                  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
                  • B Offline
                    B Offline
                    braunnor
                    wrote on last edited by
                    #9

                    With these commands :

                    • sudo apt-get install qt4-dev-tools

                    • sudo apt-get install gcc

                    • sudo apt-get install git-core
                      It works fine for developpment... :-P

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

                      Then check that you have all Qt's dev packages installed

                      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