#include <gandalf/image/io/movie.h>
Public Attributes | |
char * | directory |
directory in which image sequence is stored | |
char * | basename |
base name of sequence | |
int | no_digits |
number of digits in number field of file name | |
char * | suffix |
suffix string of each file name | |
int | first |
number of first image in the sequence | |
int | step |
change in number between each frame of the sequence | |
int | no_images |
number of images in the sequence | |
Gan_ImageFileFormat | file_format |
file format, e.g. GAN_PNG_FORMAT | |
int | crop_xlow |
how much of images to crop (ignore) at each side | |
int | crop_xhigh |
how much of images to crop (ignore) at each side | |
int | crop_ylow |
how much of images to crop (ignore) at each side | |
int | crop_yhigh |
how much of images to crop (ignore) at each side |