gnunet-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-developers] Qt based thumbnail extractor


From: Nils Durner
Subject: [GNUnet-developers] Qt based thumbnail extractor
Date: Sun, 25 Jun 2006 22:36:38 +0200
User-agent: Thunderbird 1.5.0.4 (Windows/20060516)

Hi,

to make the dependency on GTK optional, our SVN repository now contains
a thumbnail extractor based on Qt (www.trolltech.com).

If both GTK and Qt are found by configure, the GTK based *and* the Qt
based thumbnail extractors are built. The GTK based extractor was
renamed to "libextractor_thumbnailgtk", "libextractor_thumbnail" is now
a symlink to the Qt extractor (if it doesn't exist, the symlink points
to the GTK extractor).

Supported file formats:

    * BMP
    * GIF
          o if Qt was built with --qt-gif
    * JPG
    * JPEG
    * PNG
    * PBM
    * PGM
    * PPM
    * XBM
    * XPM
    * (Tiny) SVG
          o if the module QtSvg is available on compile time


Static dependencies:

    * Qt 4
          o QtCore
          o QtGui
    * Qt 4.1
          o QtSvg
                + optional, checked by libextractor's configure


Related change: the MIME extractor now recognizes "image/svg+xml".


Regards,

Nils Durner





reply via email to

[Prev in Thread] Current Thread [Next in Thread]