#include "GUI/XWinManaged.H"
#include "Image/CutPaste.H"
#include "Image/DrawOps.H"
#include "Image/Image.H"
#include "Image/MatrixOps.H"
#include "Image/Pixels.H"
#include "Image/ShapeOps.H"
#include "Image/SimpleFont.H"
#include "Raster/Raster.H"
#include "Util/FileUtil.H"
#include "rutz/time.h"
#include "rutz/unixcall.h"
#include <cstdio>
#include <cstdlib>
#include <fstream>
#include <string>
#include <sys/types.h>
#include <sys/stat.h>
#include <X11/keysym.h>
Go to the source code of this file.
Classes | |
class | random_sequence |
class | ImageInfo |
Monitor an image over time, to detect interesting events. More... | |
class | playlist |
Enumerations | |
enum | TransformType { TXTYPE_NONE, TXTYPE_TRANSPOSE, TXTYPE_BEST_FIT } |
Functions | |
std::string | convertToString (const TransformType txtype) |
template<class T > | |
Image< T > | myDownSize (const Image< T > &src, const Dims &new_dims) |
void | aux::msg (const std::string &tag, const std::string &content) |
bool | aux::file_exists (const std::string &fname) |
bool | aux::image_file_exists (const std::string &fname) |
ImageInfo | aux::build_scaled_pixmap (const std::string &fname, const Dims &dsize, const TransformType ttype, const RescaleType rtype) |
bool | aux::is_img_file (const std::string &fname) |
int | main (int argc, const char **argv) |
Definition in file app-slideshow.C.