X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=rgb_image_subpixel.cc;h=7b655044886a2f43fbf2c9b1000fb7b0b2b3eb55;hb=cd28e9c7489bae20e3abf67331efd1cab45d83df;hp=3338f50c76ffe769f74babee33ed75c507380ab8;hpb=d922ad61d35e9a6996730bec24b16f8bf7bc426c;p=folded-ctf.git diff --git a/rgb_image_subpixel.cc b/rgb_image_subpixel.cc index 3338f50..7b65504 100644 --- a/rgb_image_subpixel.cc +++ b/rgb_image_subpixel.cc @@ -12,7 +12,9 @@ // 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 // /////////////////////////////////////////////////////////////////////////// @@ -33,15 +35,6 @@ RGBImageSubpixel::RGBImageSubpixel(RGBImage *image) : RGBImage(image->width() * RGBImageSubpixel::~RGBImageSubpixel() { } -void RGBImageSubpixel::read_ppm(const char *filename) { - abort(); -} - -void RGBImageSubpixel::write_ppm(const char *filename) { - abort(); -} - - void RGBImageSubpixel::read_png(const char *filename) { abort(); }