README 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. qiv (Quick Image Viewer)
  2. Quick Image Viewer (qiv) is a very small and pretty fast GDK/Imlib
  3. image viewer. Features include zoom, maxpect, scale down, fullscreen,
  4. brightness/contrast/gamma correction, slideshow, pan with keyboard
  5. and mouse, rotate left/right, flip, delete (move to .qiv-trash/),
  6. jump to image x, jump forward/backward x images, filename filter, and
  7. you can use qiv to set your X11-Desktop background.
  8. These formats are supported by default:
  9. GIF TIFF XPM PNG PPM PNM PGM BMP JPEG SVG ICO TGA ICNS WMF[*]
  10. [*] If .wmf files won't load for you, make sure you've updated
  11. Slackware recently (e.g. "slackpkg upgrade-all").
  12. Optional supported formats:
  13. Format | Optional dependenc(y|ies)
  14. ------------------------+-----------------------------------------------
  15. PCX | pcx-pixbuf-loader
  16. ------------------------+-----------------------------------------------
  17. PSD (PhotoShop native) | gdk-pixbuf-psd
  18. ------------------------+-----------------------------------------------
  19. WEBP | imlib2 webp-pixbuf-loader. Build and
  20. | install *in that order*.
  21. ------------------------+-----------------------------------------------
  22. XCF (Gimp native) | xcf-pixbuf-loader
  23. ------------------------+-----------------------------------------------
  24. RAW (camera images, | libopenraw. Note that only a few raw image
  25. various extensions) | formats will actually display with qiv. These
  26. | include .crw (Canon), .erf (Epson), and
  27. | .nef (Nikon).
  28. ------------------------+-----------------------------------------------
  29. These are runtime dependencies, so they can be installed at any time
  30. without rebuilding qiv.
  31. To easily build all the optional dependencies, use sbopkg with the
  32. qiv-allfmt.sqf in the SlackBuild directory.