diff --git a/image.hpp b/image.hpp index 8acb8ff2..10753133 100644 --- a/image.hpp +++ b/image.hpp @@ -67,6 +67,7 @@ namespace util { } + // Portable GrayMap: single component greyscale. struct pgm { static image::buffer read (const boost::filesystem::path&); @@ -80,6 +81,7 @@ namespace util { const boost::filesystem::path &path); }; + /// Portable PixMap: 3-component colour images. struct ppm { static void write (const uint8_t *restrict pixels, size_t width,