14 #ifndef __IMG_DataWindow__ 
   15 #define __IMG_DataWindow__ 
   34     fpreal thresholdvalue = 0.0,
 
   35     std::ostream *error_stream = NULL
 
   40     const char *input_filename,
 
   41     const char *output_filename = NULL,
 
   43     int64 render_memory = 0,
 
   44     bool compute_data_window = 
true,
 
   46     bool crop_to_window = 
false,
 
   47     bool crop_to_window_if_unsupported = 
false,
 
   48     const char *src_planes = 
"C A",
 
   49     fpreal threshold_value = 0.0,
 
   50     bool skip_if_window_not_needed = 
false,
 
   51     std::ostream *error_stream = NULL,
 
   52     std::ostream *output_stream = NULL,
 
   53     bool info_only = 
false,
 
A map of string to various well defined value types. 
 
Base Integer Rectangle class.