KuickShow: Difference between revisions

From KDE UserBase Wiki
(Added build instructions)
(Marked this version for translation)
 
(25 intermediate revisions by 8 users not shown)
Line 1: Line 1:
{{Template:I18n/Language Navigation Bar|KuickShow}}
<languages />
==What is KuickShow?==
<translate><!--T:19--> {{GrafBreadCrumbs|1=KuickShow}}</translate>
[[Image:Kuickshow.png|right]]
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==
{|class="tablecenter vertical-centered"
* Fast loading of big images.
|[[Image:Kuickshow.png]]||<translate><!--T:1-->
* Powerful keyboard and mouse navigation.
'''A fast and convenient image viewer'''</translate>
* 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==
<translate>
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.


==Building the KDE4 version==
<!--T:20-->
Before building KuickShow, you must make sure to have Imlib1 as well as its development headers installed.
{{Historic}}


If your distribution doesn't provide Imlib1 packages, download
==What is KuickShow?== <!--T:2-->
[ftp://ftp.gnome.org/pub/gnome/sources/imlib/1.9/imlib-1.9.15.tar.bz2], unpack it to a temporary directory, enter the directory imlib-1.9.15 and run


<pre>
<!--T:18-->
./configure
'''KuickShow''' 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.
make
make install
</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
==Features== <!--T:3-->


<pre>
<!--T:4-->
cmake -DCMAKE_INSTALL_PREFIX=/usr
* Fast loading of big images.
make
* Powerful keyboard and mouse navigation.
make install
* Easy zooming, mirroring, rotation, and adjustment of brightness, contrast and gamma.
</pre>
* Full screen and slideshow views.
 
* Support for jpg, gif, tiff, png, bmp, psd, xpm, xbm, pbm and eim files.
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!
<!--T:17-->
[[Category:Graphics]]
</translate>

Latest revision as of 07:18, 22 September 2024

Home » Applications » Graphics » KuickShow

A fast and convenient image viewer


Historic page

This page is of historic interest only. The content of the page is obsolete.


What is KuickShow?

KuickShow 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.