#include <Png.h>
Graphe de collaboration de Modelib::PNGImage:
Fonctions membres publiques | |
PNGImage () | |
PNGImage (int _width, int _height) | |
PNGImage (const std::string &_filename, int _width, int _height) | |
~PNGImage () | |
bool | openFileRead () |
bool | openFileWrite () |
bool | isPNG (int bytesToCheck) |
bool | initReadStructs () |
bool | initWriteStructs () |
bool | writeHeader () |
png_byte ** | writeImage_Start () |
bool | writeImage_End () |
bool | writeEnd () |
Attributs publics | |
std::string | filename |
png_structp | png_ptr |
png_infop | info_ptr |
unsigned | width |
unsigned | height |
png_byte ** | image |
png_byte ** | row_pointers |
FILE * | fp |
int | bytes_per_pixel |
Définition à la ligne 41 du fichier Png.h.
|
|
|
Définition à la ligne 59 du fichier Png.h. Références bytes_per_pixel, height, row_pointers, et width. |
|
Définition à la ligne 70 du fichier Png.h. Références bytes_per_pixel, height, image, row_pointers, et width. |
|
Définition à la ligne 41 du fichier Png.cpp. Références fp, height, image, et row_pointers. |
|
|
|
|
|
Définition à la ligne 85 du fichier Png.cpp. Références fp, et openFileRead(). Voici le graphe d'appel pour cette fonction: ![]() |
|
Définition à la ligne 56 du fichier Png.cpp. Référencé par isPNG(). |
|
|
|
|
|
|
|
Définition à la ligne 225 du fichier Png.cpp. Références png_ptr, et row_pointers. |
|
Définition à la ligne 207 du fichier Png.cpp. Références height, image, info_ptr, png_ptr, row_pointers, et width. |
|
Définition à la ligne 53 du fichier Png.h. Référencé par PNGImage(). |
|
Définition à la ligne 46 du fichier Png.h. Référencé par openFileRead(), et openFileWrite(). |
|
Définition à la ligne 52 du fichier Png.h. Référencé par initWriteStructs(), isPNG(), openFileRead(), openFileWrite(), et ~PNGImage(). |
|
Définition à la ligne 49 du fichier Png.h. Référencé par PNGImage(), writeHeader(), writeImage_Start(), et ~PNGImage(). |
|
Définition à la ligne 50 du fichier Png.h. Référencé par PNGImage(), writeImage_Start(), et ~PNGImage(). |
|
Définition à la ligne 48 du fichier Png.h. Référencé par initReadStructs(), initWriteStructs(), writeEnd(), writeHeader(), et writeImage_Start(). |
|
Définition à la ligne 47 du fichier Png.h. Référencé par initReadStructs(), initWriteStructs(), writeEnd(), writeHeader(), writeImage_End(), et writeImage_Start(). |
|
Définition à la ligne 51 du fichier Png.h. Référencé par PNGImage(), writeImage_End(), writeImage_Start(), et ~PNGImage(). |
|
Définition à la ligne 49 du fichier Png.h. Référencé par PNGImage(), writeHeader(), et writeImage_Start(). |