18 #include "pandatoolbase.h"
19 #include "programBase.h"
39 virtual bool handle_args(
Args &args);
45 bool _got_zero_special;
46 bool _got_output_filename;
This is intended to be the base class for most general-purpose utility programs in the PANDATOOL tree...
Generates a bounding-box description of a pfm file.
The name of a file, such as a texture file or an Egg file.
Defines a pfm file, a 2-d table of floating-point numbers, either 3-component or 1-component, or with a special extension, 2- or 4-component.
bool process_pfm(const Filename &input_filename, PfmFile &file)
Handles a single pfm file.