KuickShow: Difference between revisions

    From KDE UserBase Wiki
    (Added build instructions)
    (better download description, add link to websvn.kde.org)
    Line 12: Line 12:


    ==Availability==
    ==Availability==
    The KDE 3 version of KuickShow is available in the KDE Graphics module, so it should be available in all distributions that package KDE 3.5 or earlier. The KDE 4 port lives in the extragear/graphics directory of the KDE repository.
    Source release packages of KuickShow for KDE4 can be downloaded from
    [ftp://ftp.kde.org/pub/kde/stable/4.3.2/src/extragear/kuickshow-0.9.1-kde4.3.0.tar.bz2 ftp://ftp.kde.org/pub/kde/stable/4.3.2/src/extragear/kuickshow-0.9.1-kde4.3.0.tar.bz2]. Replace "4.3.2" with the KDE version of your desire.
     
    The source resides in the extragear repository in the "graphics/" sub directory, see [http://websvn.kde.org/trunk/extragear/graphics/kuickshow/ here].
     
    The KDE 3 version of KuickShow is available in the KDE Graphics module, so it should be available in all distributions that package KDE 3.5 or earlier.


    ==Building the KDE4 version==
    ==Building the KDE4 version==
    Line 26: Line 31:
    </pre>
    </pre>


    This will build and install Imlib to /usr/local. Then grab the latest version of KuickShow, currently [ftp://ftp.kde.org/pub/kde/stable/4.3.0/src/extragear/kuickshow-0.9.1-kde4.3.0.tar.bz2], unpack it to a temporary directory, enter the directory kuickshow-0.9.1-kde-4.3 and run
    This will build and install Imlib to /usr/local. Then grab the latest version of KuickShow, unpack it to a temporary directory, enter the directory kuickshow-0.9.1-kde-4.3 and run


    <pre>
    <pre>

    Revision as of 18:54, 8 October 2009

    Template:I18n/Language Navigation Bar

    What is KuickShow?

    KuickShow is a very fast and convenient image viewer. It displays images using all the available space, without being wasted in bars or menus. It also has a smart automatic zooming that scales images according to its size. You can use the integrated file browser to choose images, or navigate through a folder with the mousewheel or the keyboard. It also has fullscreen view and slideshow, and supports a wide range of image formats.

    Features

    • Fast loading of big images.
    • Powerful keyboard and mouse navigation.
    • Easy zooming, mirroring, rotation, and adjustment of brightness, contrast and gamma.
    • Full screen and slideshow views.
    • Support for jpg, gif, tiff, png, bmp, psd, xpm, xbm, pbm and eim files.

    Availability

    Source release packages of KuickShow for KDE4 can be downloaded from ftp://ftp.kde.org/pub/kde/stable/4.3.2/src/extragear/kuickshow-0.9.1-kde4.3.0.tar.bz2. Replace "4.3.2" with the KDE version of your desire.

    The source resides in the extragear repository in the "graphics/" sub directory, see here.

    The KDE 3 version of KuickShow is available in the KDE Graphics module, so it should be available in all distributions that package KDE 3.5 or earlier.

    Building the KDE4 version

    Before building KuickShow, you must make sure to have Imlib1 as well as its development headers installed.

    If your distribution doesn't provide Imlib1 packages, download [1], unpack it to a temporary directory, enter the directory imlib-1.9.15 and run

    ./configure
    make
    make install
    

    This will build and install Imlib to /usr/local. Then grab the latest version of KuickShow, unpack it to a temporary directory, enter the directory kuickshow-0.9.1-kde-4.3 and run

    cmake -DCMAKE_INSTALL_PREFIX=/usr
    make
    make install
    

    You may choose different directory as prefix of course (e.g. choose the directory where your KDE4 is installed).

    That's it, KuickShow is now installed and ready to display your images!