#include "Image/Image.H"
#include "Image/FilterOps.H"
#include "Image/ShapeOps.H"
#include "Image/Pixels.H"
#include "Raster/Raster.H"
#include <cstdio>
Go to the source code of this file.
Defines | |
#define | TSIZEX 64 |
#define | TBORDER 2 |
#define | TSIZEY (TSIZEX + TBORDER) |
#define | TNAME "thumbnails.ppm" |
Functions | |
int | main (int argc, char **argv) |
Create small images from originals
Definition in file app-create-thumbnails.C.