X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=rgb_image_subpixel.h;h=55618c620746b2207b8d4e52378665c23d8711f6;hb=cd28e9c7489bae20e3abf67331efd1cab45d83df;hp=778f0840806872098ec26d696609c7b4ed946d8f;hpb=20ec321944108cd1fe74b37ea45db3ba1a2d526a;p=folded-ctf.git diff --git a/rgb_image_subpixel.h b/rgb_image_subpixel.h index 778f084..55618c6 100644 --- a/rgb_image_subpixel.h +++ b/rgb_image_subpixel.h @@ -18,7 +18,12 @@ // Contact for comments & bug reports // /////////////////////////////////////////////////////////////////////////// -// A simple color image class +/* + + Same as RGBImage, but with sub-pixel resolution to produce nifty + smoothing in the drawings. + + */ #ifndef RGB_IMAGE_SUBPIXEL_H #define RGB_IMAGE_SUBPIXEL_H @@ -37,9 +42,6 @@ public: inline int width() const { return _width / _scale; } inline int height() const { return _height / _scale; } - 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);