Panda3D
|
This is the base class for a program that reads an image file, operates on it, and writes another image file out. More...
#include "imageFilter.h"
Public Member Functions | |
ImageFilter (bool allow_last_param) | |
Protected Member Functions | |
virtual bool | handle_args (Args &args) |
Does something with the additional arguments on the command line (after all the -options have been parsed). |
This is the base class for a program that reads an image file, operates on it, and writes another image file out.
Definition at line 29 of file imageFilter.h.
bool ImageFilter::handle_args | ( | ProgramBase::Args & | args | ) | [protected, virtual] |
Does something with the additional arguments on the command line (after all the -options have been parsed).
Returns true if the arguments are good, false otherwise.
Reimplemented from ImageReader.
Definition at line 42 of file imageFilter.cxx.
References WithOutputFile::check_last_arg().