PhoenixPNG  0.1.0
Set of tools to ease use of png file
Loading...
Searching...
No Matches
PImagePng.h File Reference
#include <iostream>
#include "check_png.h"
#include "PColorMap.h"
#include "PImagePng_impl.h"
+ Include dependency graph for PImagePng.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PImagePng
 Class which manipulate png image. More...
 

Typedefs

typedef unsigned int NbColorByte
 Number of bytes use in the image color (3 for RGB, 4 for RGBA)
 

Typedef Documentation

◆ NbColorByte

typedef unsigned int NbColorByte

Number of bytes use in the image color (3 for RGB, 4 for RGBA)

Definition at line 16 of file PImagePng.h.