X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=folded-ctf.git;a=blobdiff_plain;f=image.h;h=4559d40301455b8a8ac59e3d9a41c2ca54b572df;hp=770750ce91b11d0108cdd752ad1e13e365e724c1;hb=5b78a555f6c7ff20a71d0520db63bc43e69e1f41;hpb=a44d56305517dddd36027c2a84693f2785fd019a diff --git a/image.h b/image.h index 770750c..4559d40 100644 --- a/image.h +++ b/image.h @@ -18,6 +18,13 @@ // Contact for comments & bug reports // /////////////////////////////////////////////////////////////////////////// +/* + + An implementation of a gray-scale image with a minimum set of + methods. + + */ + #ifndef IMAGE_H #define IMAGE_H