#include "GUI/XWinManaged.H"
#include "Image/ColorMap.H"
#include "Image/ColorOps.H"
#include "Image/Image.H"
#include "Image/Pixels.H"
#include "Image/ShapeOps.H"
#include "Raster/GenericFrame.H"
#include "Raster/Raster.H"
#include "Util/log.H"
#include "Util/sformat.H"
#include "rutz/shared_ptr.h"
#include <X11/keysym.h>
#include <iostream>
#include <vector>
#include <cstdio>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
Bare-bones image viewer (a minimal replacement for xv)
Definition in file app-iiv.C.