|
Code base obscuration (for images) 1.0
It implements different obscuration methods on portable images (.pgm and .ppm)
|

Files | |
| image_pgm.hpp | |
| This file contains the declaration of the image_pgm class, which is used to read and write PGM images with various bit depths. | |
| image_portable.hpp | |
| This file defines the image_portable class, which is a base class for different image formats. | |
| image_ppm.hpp | |
| This header file defines the image_ppm class, which is derived from image_portable. | |
| ImageBase.hpp | |
| Base class containing some basic functionalities for images. | |