X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=folded-ctf.git;a=blobdiff_plain;f=rgb_image_subpixel.h;h=55618c620746b2207b8d4e52378665c23d8711f6;hp=778f0840806872098ec26d696609c7b4ed946d8f;hb=71a84ea2658cd96726bcf4e582010c24bf2583cf;hpb=20ec321944108cd1fe74b37ea45db3ba1a2d526a 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);