Results 1 to 3 of 3

Thread: QPixmap +dll to installer.. to enable JPG edit

  1. #1
    Join Date
    May 2006
    Posts
    788
    Thanks
    49
    Thanked 48 Times in 46 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default QPixmap +dll to installer.. to enable JPG edit

    On my apps i put ....
    QList<QByteArray> formats = QImageReader::supportedImageFormats();

    on my pc i see jpg & png ... the end user only see png ??

    if i rename QTDIR && Mingw compiler i continue to edit jpg & png only from installer dll

    IMO i have gimp installed and user not...


    is this dll to server jpg?

    c:\windows\system32\GDI32.DLL
    c:\windows\system32\IMM32.DLL



    installer dll depend.exe

    Qt Code:
    1. Source: "C:\_immo\INSTALLER\iconv.dll"; DestDir: "{app}"; Flags: ignoreversion
    2. Source: "C:\_immo\INSTALLER\immo.iss"; DestDir: "{app}"; Flags: ignoreversion
    3. Source: "C:\_immo\INSTALLER\libcurl-3.dll"; DestDir: "{app}"; Flags: ignoreversion
    4. Source: "C:\_immo\INSTALLER\libxml2.dll"; DestDir: "{app}"; Flags: ignoreversion
    5. Source: "C:\_immo\INSTALLER\libxslt.dll"; DestDir: "{app}"; Flags: ignoreversion
    6. Source: "C:\_immo\INSTALLER\mingwm10.dll"; DestDir: "{app}"; Flags: ignoreversion
    7. Source: "C:\_immo\INSTALLER\QtCore4.dll"; DestDir: "{app}"; Flags: ignoreversion
    8. Source: "C:\_immo\INSTALLER\QtGui4.dll"; DestDir: "{app}"; Flags: ignoreversion
    9. Source: "C:\_immo\INSTALLER\QtNetwork4.dll"; DestDir: "{app}"; Flags: ignoreversion
    10. Source: "C:\_immo\INSTALLER\QtSql4.dll"; DestDir: "{app}"; Flags: ignoreversion
    11. Source: "C:\_immo\INSTALLER\QtXml4.dll"; DestDir: "{app}"; Flags: ignoreversion
    12. Source: "C:\_immo\INSTALLER\zlib1.dll"; DestDir: "{app}"; Flags: ignoreversion
    To copy to clipboard, switch view to plain text mode 

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: QPixmap +dll to installer.. to enable JPG edit

    You need a plugin to support JPG format. It resides in plugins/imageformats subdirectory of your Qt installation (QTDIR). To be found, the plugin has to be put in imageformats subdirectory of the directory containing the application binary on end users' machines.

  3. The following user says thank you to wysota for this useful post:

    patrik08 (27th June 2006)

  4. #3
    Join Date
    May 2006
    Posts
    788
    Thanks
    49
    Thanked 48 Times in 46 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: QPixmap +dll to installer.. to enable JPG edit

    Ok is running so much tanks...

    but qt make plugins/imageformats/dll** (user not run)

    Qt Code:
    1. app.exe
    2. imageformats/dll***
    3. sqldrivers/dll**
    To copy to clipboard, switch view to plain text mode 

Similar Threads

  1. QPixmap and HBITMAP
    By ToddAtWSU in forum Qt Programming
    Replies: 1
    Last Post: 21st June 2006, 16:24

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.