KuickShow/es: Difference between revisions

From KDE UserBase Wiki
(Created page with "==¿Qué es KuickShow?==")
(Updating to match new version of source page)
 
(18 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<languages />
<languages />
{{GrafBreadCrumbs|1=KuickShow}}


{|class="tablecenter vertical-centered"
{|class="tablecenter vertical-centered"
Line 7: Line 8:
==¿Qué es KuickShow?==
==¿Qué es 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.
'''KuickShow''' es un visor de imágenes muy rápido y práctico. Muestra imágenes usando todo el espacio disponible, sin malgastarlo en barras o menús. También tiene un zoom automático e inteligente que escala las imágenes de acuerdo con su tamaño. Puede usar el manejador de archivos integrado para escoger imágenes, o navegar por una carpeta con la rueda del ratón o el teclado. También tiene vista a pantalla completa y de presentación, y soporta un amplio rango de formatos de imagen.


==Features==
==Funcionalidades==


* Fast loading of big images.
* Carga rápida de imágenes grandes.
* Powerful keyboard and mouse navigation.
* Potenten navegación con teclado y ratón.
* Easy zooming, mirroring, rotation, and adjustment of brightness, contrast and gamma.
* Se puede hacer zoom, reflejar, rotar, y ajustar el brillo, el contraste y la gama fácilmente.
* Full screen and slideshow views.
* Vistas a pantalla completa y de presentación.
* Support for jpg, gif, tiff, png, bmp, psd, xpm, xbm, pbm and eim files.
* Soporte de archivos jpg, gif, tiff, png, bmp, psd, xpm, xbm, pbm y eim.


==Availability==
<div class="mw-translate-fuzzy">
 
[[Category:Gráficos/es]]
Source release packages of '''KuickShow''' for KDE SC 4.x can be downloaded from
</div>
:[http://hosti.leonde.de/~gis/kuickshow-0.9.1.tar.bz2 http://hosti.leonde.de/~gis/kuickshow-0.9.1.tar.bz2].
 
The source resides in the extragear repository in the "graphics/" sub directory, see [http://websvn.kde.org/trunk/extragear/graphics/kuickshow/ here].
 
{{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.
 
{{KDE4}}
==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
[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
 
{{Input|1=./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
 
{{Input|1=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!
 
[[Category:Graphics]]
[[Category:KDE3]]

Latest revision as of 11:04, 17 January 2021

Home » Applications » Graphics » KuickShow

Un visor de imágenes rápido y cómodo

¿Qué es KuickShow?

KuickShow es un visor de imágenes muy rápido y práctico. Muestra imágenes usando todo el espacio disponible, sin malgastarlo en barras o menús. También tiene un zoom automático e inteligente que escala las imágenes de acuerdo con su tamaño. Puede usar el manejador de archivos integrado para escoger imágenes, o navegar por una carpeta con la rueda del ratón o el teclado. También tiene vista a pantalla completa y de presentación, y soporta un amplio rango de formatos de imagen.

Funcionalidades

  • Carga rápida de imágenes grandes.
  • Potenten navegación con teclado y ratón.
  • Se puede hacer zoom, reflejar, rotar, y ajustar el brillo, el contraste y la gama fácilmente.
  • Vistas a pantalla completa y de presentación.
  • Soporte de archivos jpg, gif, tiff, png, bmp, psd, xpm, xbm, pbm y eim.