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. Qt 4.4 and gif plugin
Qt 6.11 is out! See what's new in the release blog

Qt 4.4 and gif plugin

Scheduled Pinned Locked Moved General and Desktop
3 Posts 2 Posters 2.6k 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 white VS2005 project using qt 4.4 (dynamic)
    I need to show animated gif image
    I found Qt\4.4.3\plugins\imageformats qgif4.dll and qgifd4.dll and copy it to my bin dirrecory, where i store QtCore4.dll and others.
    I whote:
    @QPluginLoader qgifLoader("D:\project\trunk\bin\qgifd4.dll");
    bool t = qgifLoader.load(); // returns true@

    but QImageReader::supportedImageFormats() returns "bmp; pbm; pgm; png; ppm; xbm; xpm;"
    what i should I do?

    1 Reply Last reply
    0
    • Chris KawaC Offline
      Chris KawaC Offline
      Chris Kawa
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Put the dlls in the \bin\imageformats\ subdirectory and they will be picked up by Qt. No QPluginLoader is required to use them with QImageReader.

      1 Reply Last reply
      0
      • ? Offline
        ? Offline
        A Former User
        wrote on last edited by
        #3

        thanks. It works! Alife! Alife!

        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