X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=folded-ctf.git;a=blobdiff_plain;f=rgb_image.h;h=235931e4dc1b6dbec3706ccdcfac542600cbbd7e;hp=91055344d8de84dba5f56c4e2d0ecc588e154fc3;hb=aed34255065b18c445d096f51bd2091833810a81;hpb=d922ad61d35e9a6996730bec24b16f8bf7bc426c diff --git a/rgb_image.h b/rgb_image.h index 9105534..235931e 100644 --- a/rgb_image.h +++ b/rgb_image.h @@ -12,11 +12,18 @@ // You should have received a copy of the GNU General Public License // // along with this program. If not, see . // // // -// Written by Francois Fleuret, (C) IDIAP // +// Written by Francois Fleuret // +// (C) Idiap Research Institute // +// // // Contact 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);