KuickShow: Difference between revisions

From KDE UserBase Wiki
(Markup edit)
(Marked this version for translation)
Line 3: Line 3:


{|class="tablecenter vertical-centered"
{|class="tablecenter vertical-centered"
|[[Image:Kuickshow.png]]||<translate>'''A fast and convenient image viewer'''</translate>
|[[Image:Kuickshow.png]]||<translate><!--T:1-->
'''A fast and convenient image viewer'''</translate>
|}
|}
<translate>
<translate>
==What is KuickShow?==
==What is KuickShow?== <!--T:2-->
'''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.
'''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==
==Features== <!--T:3-->


<!--T:4-->
* Fast loading of big images.
* Fast loading of big images.
* Powerful keyboard and mouse navigation.
* Powerful keyboard and mouse navigation.
Line 17: Line 19:
* Support for jpg, gif, tiff, png, bmp, psd, xpm, xbm, pbm and eim files.
* Support for jpg, gif, tiff, png, bmp, psd, xpm, xbm, pbm and eim files.


==Availability==
==Availability== <!--T:5-->


<!--T:6-->
Source release packages of '''KuickShow''' for KDE SC 4.x can be downloaded from
Source release packages of '''KuickShow''' for KDE SC 4.x can be downloaded from
:[http://hosti.leonde.de/~gis/kuickshow-0.9.1.tar.bz2 http://hosti.leonde.de/~gis/kuickshow-0.9.1.tar.bz2].
:[http://hosti.leonde.de/~gis/kuickshow-0.9.1.tar.bz2 http://hosti.leonde.de/~gis/kuickshow-0.9.1.tar.bz2].


<!--T:7-->
The source resides in the extragear repository in the "graphics/" sub directory, see [http://websvn.kde.org/trunk/extragear/graphics/kuickshow/ here].
The source resides in the extragear repository in the "graphics/" sub directory, see [http://websvn.kde.org/trunk/extragear/graphics/kuickshow/ here].


<!--T:8-->
{{KDE3}}
{{KDE3}}
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 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.


{{KDE4}}
{{KDE4}}
==Building to run with KDE SC 4.x==
==Building to run with KDE SC 4.x== <!--T:9-->


<!--T:10-->
Before building '''KuickShow''', you must make sure to have '''Imlib1''' as well as its development headers installed.
Before building '''KuickShow''', you must make sure to have '''Imlib1''' as well as its development headers installed.


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


<!--T:12-->
{{Input|1=./configure
{{Input|1=./configure
make
make
Line 40: Line 48:
}}
}}


<!--T:13-->
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" 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" and run


<!--T:14-->
{{Input|1=cmake -DCMAKE_INSTALL_PREFIX=/usr
{{Input|1=cmake -DCMAKE_INSTALL_PREFIX=/usr
make
make
Line 47: Line 57:
}}
}}


<!--T:15-->
You may choose different directory as prefix of course (e.g. choose the directory where your KDE4 is installed).
You may choose different directory as prefix of course (e.g. choose the directory where your KDE4 is installed).


<!--T:16-->
That's it, '''KuickShow''' is now installed and ready to display your images!
That's it, '''KuickShow''' is now installed and ready to display your images!


<!--T:17-->
[[Category:Graphics]]
[[Category:Graphics]]
[[Category:KDE3]]
[[Category:KDE3]]
</translate>
</translate>

Revision as of 12:31, 20 September 2010

Template:I18n/Language Navigation Bar

A fast and convenient image viewer

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.

Availability

Source release packages of KuickShow for KDE SC 4.x can be downloaded from

http://hosti.leonde.de/~gis/kuickshow-0.9.1.tar.bz2.

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 to run with KDE SC 4.x

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 from here, 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" 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!