/* * bmpFromRimage.h * * Copyright (c) 2008 Machine Perception Laboratory * University of California San Diego. * * Authors: Andrew Salamon * */ #ifndef __BMPFROMRIMAGE__ #define __BMPFROMRIMAGE__ #include #include "rimage.h" // Window's only bool writeRimageAsBMP( const RImage &image, const std::string &filename ); #endif