|
Code base obscuration (for images) 1.0
It implements different obscuration methods on portable images (.pgm and .ppm)
|
This header file defines the image_ppm class, which is derived from image_portable. More...
#include "image_portable.hpp"#include <stdlib.h>#include <stdio.h>#include <math.h>#include <stdint.h>#include <inttypes.h>

Go to the source code of this file.
Classes | |
| class | image_ppm |
| This class represents a PPM image and provides methods to read and write PPM images, and to extract their R, G, and B planes. More... | |
Macros | |
| #define | __STDC_FORMAT_MACROS |
| #define | IMAGE_PPM |
Typedefs | |
| typedef unsigned char | OCTET |
This header file defines the image_ppm class, which is derived from image_portable.
Source file is image.h, ICAR_Library, by William Puech, Tue Mar 31 13:26:36 2005 It provides methods to read and write PPM images, and to extract their R, G, and B planes.
| #define __STDC_FORMAT_MACROS |
| #define IMAGE_PPM |
| typedef unsigned char OCTET |