15 #include "imageFilter.h"
23 ImageFilter(
bool allow_last_param) :
27 if (_allow_last_param) {
28 add_runline(
"[opts] inputimage outputimage");
30 add_runline(
"[opts] -o outputimage inputimage");
43 if (!check_last_arg(args, 1)) {
47 return ImageReader::handle_args(args);
This is the base class for a program that generates an image file output, but doesn't read any for in...