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

Base class for portable image formats. This class provides an interface for reading and writing portable image formats, such as PGM and PPM. It defines pure virtual methods for reading the number of lines and columns of an image, reading an image into a buffer, and writing an image from a buffer. Derived classes must implement these methods to provide support for a specific image format. More...

#include <image_portable.hpp>

Inheritance diagram for image_portable:

Static Protected Member Functions

static void ignorer_commentaires (FILE *f)
 A base class for different image formats.
 

Detailed Description

Base class for portable image formats. This class provides an interface for reading and writing portable image formats, such as PGM and PPM. It defines pure virtual methods for reading the number of lines and columns of an image, reading an image into a buffer, and writing an image from a buffer. Derived classes must implement these methods to provide support for a specific image format.

Author
William Puech
Date
Tue Mar 31 13:26:36 2005

Member Function Documentation

◆ ignorer_commentaires()

void image_portable::ignorer_commentaires ( FILE * f)
staticprotected

A base class for different image formats.

Ignore comments in a file.

Parameters
fThe file pointer.
Author
William Puech
Date
Tue Mar 31 13:26:36 2005