Simple Viewer Code
Status: Beta
Brought to you by:
andreyu
File | Date | Author | Commit |
---|---|---|---|
cmake | 2012-09-21 | andreyu | [r124] |
src | 2014-03-05 | andreyu | [r139] OS X fixes. |
CMakeLists.txt | 2014-03-05 | andreyu | [r139] OS X fixes. |
Copying.txt | 2010-04-04 | andreyu | [r1] - initial svn commit of Simple Viewer GL; |
INSTALL | 2010-10-23 | andreyu | [r81] |
Makefile | 2014-01-06 | andreyu | [r134] Ubuntu related fixes has been added. |
README | 2011-02-21 | andreyu | [r88] |
config.example | 2011-02-23 | andreyu | [r95] |
sviewgl.cbp | 2010-09-13 | andreyu | [r79] |
Simple Viewer GL - simple and tiny image viewer based on OpenGL. Features: - Lightweight and fast: utilize hardware-accelerated video card; - Very simple interface; - Suitable for default image viewer of desktop; - Minimal lib dependency: look library requirements below; - Desktop independent: doesn't require any specific desktop environment; - Open source, licensed under GNU GPL; Default keybindings: <esc> exit; <space> next image; <backspace> previous image; <+> / <-> scale image; <0> set scale to 100%%; <enter> switch fullscreen / windowed mode; <ctrl>+<del> delete image from disk; <s> fit image to window (quick algorithm); <v> flip vertical; <c> hide / show chequerboard; <i> hide / show on screen info; <p> hide / show pixel info; <b> hide / show border around image; Library requirements: - OpenGL - glut - is a window system independent toolkit for writing OpenGL programs. - libXi - provides an X Window System client interface to the XINPUT extension to the X protocol. - libXmu - provides a set of miscellaneous utility convenience functions for X libraries to use. - libconfig++ - parsing and manipulation of structured configuration files. - freetype2 - FreeType 2 font engine, shared library files. - Imlib2 - is an advanced replacement for libraries like libXpm. - libjpeg - libpng - giflib - zlib -- Copyright © 2008-2011 Andrey A. Ugolnik. All Rights Reserved. http://www.wegroup.org http://www.ugolnik.info andrey@ugolnik.info