automatic commit
[folded-ctf.git] / rgb_image.h
index 9105534..235931e 100644 (file)
 // You should have received a copy of the GNU General Public License     //
 // along with this program. If not, see <http://www.gnu.org/licenses/>.  //
 //                                                                       //
-// Written by Francois Fleuret, (C) IDIAP                                //
+// Written by Francois Fleuret                                           //
+// (C) Idiap Research Institute                                          //
+//                                                                       //
 // Contact <francois.fleuret@idiap.ch> for comments & bug reports        //
 ///////////////////////////////////////////////////////////////////////////
 
-// A simple color image class
+/*
+
+  A simple image class to either load color images, or produce
+  materials.
+
+ */
 
 #ifndef RGB_IMAGE_H
 #define RGB_IMAGE_H
@@ -57,9 +64,6 @@ public:
     return _bit_plans[d][y][x];
   }
 
-  virtual void read_ppm(const char *filename);
-  virtual void write_ppm(const char *filename);
-
   virtual void read_png(const char *filename);
   virtual void write_png(const char *filename);