18 #include "pandatoolbase.h" 20 #include "imageFilter.h" 34 static bool dispatch_size_request(
const string &opt,
const string &arg,
void *var);
44 INLINE RequestType get_type()
const;
46 INLINE
void set_pixel_size(
int pixel_size);
47 INLINE
int get_pixel_size()
const;
48 INLINE
int get_pixel_size(
int orig_pixel_size)
const;
49 INLINE
void set_ratio(
double ratio);
50 INLINE
double get_ratio()
const;
51 INLINE
double get_ratio(
int orig_pixel_size)
const;
64 bool _use_gaussian_filter;
65 double _filter_radius;
68 #include "imageResize.I" This is the base class for a program that reads an image file, operates on it, and writes another ima...
A program to read an image file and resize it to a larger or smaller image file.