Quick Image Viewer (qiv) http://qiv.spiegl.de/ http://qiv.spiegl.de/
 
 
 
 
 
Go to file
Thomas Wiegner 7294496b51 Minor fixes:
increase debhelper compat level to 7
remove no-autorotate option from desktop file
fix wrong Recommends option in control file (libwmf0.2-7-gtk)
2023-08-06 12:14:13 +02:00
contrib qiv-command example: added more interesting tags in exiftool.tags.for.qiv-command 2023-01-28 21:48:01 +01:00
debian Minor fixes: 2023-08-06 12:14:13 +02:00
lib import of version 2.0 2009-07-01 18:19:58 +02:00
Changelog Minor fixes: 2023-08-06 12:14:13 +02:00
Makefile add ability (and options and toggles) to display EXIF artist name 2022-11-13 22:22:00 +01:00
Makefile.Solaris add ability (and options and toggles) to display EXIF artist name 2022-11-13 22:22:00 +01:00
README added info about codeberg.org 2020-06-30 22:00:25 +02:00
README.COPYING update COPYING and optimize libmagic calls (Jiri Slaby) 2013-02-19 17:37:16 +01:00
README.INSTALL import of version 2.2.1 2009-07-01 18:55:24 +02:00
README.TODO Better fullscreen handling with multi monitors, qiv uses only 2011-12-03 10:18:06 +01:00
event.c fix removing artist/comment text in fullscreen mode 2022-11-22 22:35:08 +01:00
image.c allow --help and --version without DISPLAY variable set 2023-01-23 18:56:43 +01:00
intro.jpg added missing command line option -J 2017-10-06 19:38:32 +02:00
main.c allow --help and --version without DISPLAY variable set 2023-01-23 18:56:43 +01:00
main.h new cmdline option --highDPIfactor: zoom factor to compensate for high (or also low) DPI screens 2022-11-22 22:58:26 +01:00
options.c new cmdline option --highDPIfactor: zoom factor to compensate for high (or also low) DPI screens 2022-11-22 22:58:26 +01:00
qiv.1 fix possible segfault on corrupt color profiles (Gabriel Vlasiu) 2023-04-14 12:21:49 +02:00
qiv.desktop Minor fixes: 2023-08-06 12:14:13 +02:00
qiv.h fix possible segfault on corrupt color profiles (Gabriel Vlasiu) 2023-04-14 12:21:49 +02:00
qiv.png Add desktop integration. Add gps2url.py script. 2013-03-19 17:19:10 +01:00
qiv.xpm allow --help and --version without DISPLAY variable set 2023-01-23 18:56:43 +01:00
utils.c fix possible segfault on corrupt color profiles (Gabriel Vlasiu) 2023-04-14 12:21:49 +02:00
xmalloc.c allow --help and --version without DISPLAY variable set 2023-01-23 18:56:43 +01:00
xmalloc.h import of version 2.1-pre11 2009-07-01 18:36:26 +02:00

README

Quick Image Viewer (qiv) by Andy Spiegl
http://qiv.spiegl.de/ - qiv.andy@spiegl.de
---------------------------------------------------------------------------
Original author: Adam Kopacz / KLOGRAFX.DE Network
http://www.klografx.net/qiv/ - adam.k@klografx.de
===========================================================================


Installation (Linux/Solaris/FreeBSD):
-------------------------------------

 If you are using Debian/GNU Linux (or a derivative thereof) just type:
  dpkg-buildpackage -uc -B -m"your@email.address" -rfakeroot

 Various compile-time options are in the Makefile; be sure to at least
 read over them before typing "make install"... :)

 qiv-command
 -----------
 Rename "qiv-command.example" to "qiv-command" and copy it in your path if
 you want to launch other programs within qiv. This is very nice for stuff
 like "metacam", "jhead", "exiftool" etc. to show the EXIF-infos of digital photos.

 If you get errors like this: "/bin/sh: pkg-config: command not
 found" then your Imlib is too old.. this means you don't have the
 program pkg-config.  You should install pkg-config or replace
 the `pkg-config` calls in the Makefile:

 `pkg-config --cflags gdk-2.0 imlib2` -->
  -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 \
  -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo \
  -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12


 `pkg-config --libs gdk-2.0 imlib2` -->
  -lgdk-x11-2.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lgio-2.0 -lpango-1.0 \
  -lcairo -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lImlib2

 Solaris Users: please try "Makefile.Solaris" instead of "Makefile"
 if the default Makefile doesn't work for you.


Other OSes:
----------

 Try the Linux/Solaris/FreeBSD stuff... it would be nice if you could drop
 me some lines if qiv works also on other systems (HP-UX?) ...


Authors:
--------

 Adam Kopacz             <adam.k@klografx.de>
 Andy Spiegl             <qiv.andy@spiegl.de>
 Thomas Wiegner          <wiegner@gmx.de>
 ...and many more (see Changelog and/or Homepage)


Homepage:
---------

  http://qiv.spiegl.de/


Homepage of original author:
----------------------------

  http://www.klografx.net/qiv/


Misc:
-----

  Thanx to all programers, Owen Taylor and Rasterman (@REDHAT)
  for helping with patches and their knowledge :-)

  type "man qiv" for more information.
  See the Makefile if you have problems compiling.

  qiv is designed to work with ANY gtk/gdk, it also
  should work with ANY version of Imlib of Linux (Intel/Mac),
  Solaris (SunOS) and FreeBSD.
  As of version 2.2 imlib2 and gdk-2.0 are required, as imlib1
  and gtk-1.2 are basically obsolete. To use autorotation based
  on exif information gdk >= 2.12 is required.

  Up to release 1.3 of imlib2 there is a problem with the includes.
  Imlib2.h does not load Xlib.h.
  Workaround: to add the following (as very first line) to qiv.h:
   #include <X11/Xlib.h>


Centering:
----------

  As of version 1.7, qiv centers images by applying the correct window
  position and setting the window gravity to Static, so that window
  managers don't move the window when adding borders. If you come
  across a window manager that does mess up our centering, or has
  other problems with qiv, email Decklin (decklin@red-bean.com) and
  he'll quickly send off a patch to whoever maintains that WM. ;-)


Thumbnails:
-----------

  we don't plan on adding a thumbnail function.  sorry, but qiv is a
  QUICK image VIEWER and nothing more.  if you want more features
  (with Imlib) then try Electric Eyes or gqview or feh ...


Links:
------

  ImLib2   : http://freshmeat.net/projects/imlib2/
  gtk/gdk  : http://www.gtk.org/
  qiv-orig : http://www.klografx.net/qiv/
  qiv      : http://qiv.spiegl.de/
  git-repo : https://codeberg.org/ciberandy/qiv.git

Contact:
--------

  Mail bug, reports and comments to Andy Spiegl <qiv.andy@spiegl.de>