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

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

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
 

Detailed Description

This header file defines the image_ppm class, which is derived from image_portable.

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 It provides methods to read and write PPM images, and to extract their R, G, and B planes.

Macro Definition Documentation

◆ __STDC_FORMAT_MACROS

#define __STDC_FORMAT_MACROS

◆ IMAGE_PPM

#define IMAGE_PPM

Typedef Documentation

◆ OCTET

typedef unsigned char OCTET