|
Code base obscuration (for images) 1.0
It implements different obscuration methods on portable images (.pgm and .ppm)
|
This file contains the declaration of the image_pgm class, which is used to read and write PGM images with various bit depths. More...
#include "image_portable.hpp"#include <stdlib.h>#include <stdio.h>#include <math.h>#include <stdint.h>#include <inttypes.h>#include <iostream>#include <string>

Go to the source code of this file.
Classes | |
| class | image_pgm |
| The image_pgm class provides methods to read and write PGM images with various bit depths. More... | |
Typedefs | |
| typedef unsigned char | OCTET |
This file contains the declaration of the image_pgm class, which is used to read and write PGM images with various bit depths.
Source file is image.h, ICAR_Library, by William Puech, Tue Mar 31 13:26:36 2005
| typedef unsigned char OCTET |