Code base obscuration (for images) 1.0
It implements different obscuration methods on portable images (.pgm and .ppm)
Loading...
Searching...
No Matches
image_pgm.hpp File Reference

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>
Include dependency graph for image_pgm.hpp:
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

This file contains the declaration of the image_pgm class, which is used to read and write PGM images with various bit depths.

Authors
Katia Auxilien, William Puech
Date
May 2024 - Tue Mar 31 13:26:36 2005

Source file is image.h, ICAR_Library, by William Puech, Tue Mar 31 13:26:36 2005

Typedef Documentation

◆ OCTET

typedef unsigned char OCTET