QtVu 0.3.18 ----------- QtVu, pronounced CuteView, is an image viewer for the X Window System. It was developed using Linux, but I hope it'll run on other UNIX variants aswell. Unfortunately, I don't have the possibility to try that out. QtVu is heavily inspired by ACD Systems' excellent ACDSee. QtVu uses Troll Tech's Qt library *and* the Qt Image IO extension library. The latter may not be compiled on your system. The makefile for the extension library may require some modifications. This has worked for me: Change the line: SYSCONF_LIBS_X11 = -lX11 -lXext to: SYSCONF_LIBS_X11 = -lX11 -lXext -ljpeg -lpng -lz On my machine using Qt 1.42, QtVu will then support BMP, GIF, JPEG, PBM, PBMRAW, PGM, PGMRAW, PNG, PPM, PPMRAW, XBM and XPM. To compile QtVu, typing `make' should be enough. HTML documentation of the source code can be generated with Doxygen. As the version number indicates, QtVu is far from finished. Various circumstances make it unlikely that I'll have time to continue the development, so I decided to release it in it's current state. It's buggy, but I do think it's usable. Maybe someone want to continue on it, or maybe someone want to look at the source code to learn Qt. What do I know. Obviously, please don't send bug reports, suggestions and similar to me. Other than that, you're welcome to mail me. QtVu is distributed under the General Public License (GPL), version 2 or later, as defined by the Free Software Foundation. QtVu has no homepage, but hopefully you'll be able to find it on ftp://ftp.troll.no Oh, one more thing: The name "QtVu" was quickly chosen when I decided to release the source. It had no name other than "Image Viewer", but I thought it should have a name a bit more unique than that ;-) - Marius Sundbakken