unsigned int save_to_file( std::string output_name, int x_min, int y_min, int x_max, int y_max, unsigned char *src);
Back to index