3Depict
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Macros | Functions
pngread.h File Reference
#include <png.h>
Include dependency graph for pngread.h:
This graph shows which files directly or indirectly include this file:

Macros

#define PNGREAD_H
 

Functions

int check_if_png (const char *, FILE **, unsigned int)
 
int read_png (FILE *, unsigned int, png_bytep **, png_uint_32 *, png_uint_32 *)
 
void free_pngrowpointers (png_bytep *row_pointers, png_uint_32 height)
 

Macro Definition Documentation

◆ PNGREAD_H

#define PNGREAD_H

Function Documentation

◆ check_if_png()

int check_if_png ( const char *  ,
FILE **  ,
unsigned  int 
)

Referenced by pngTexture(), and pngTexture3D().

Here is the caller graph for this function:

◆ free_pngrowpointers()

void free_pngrowpointers ( png_bytep *  row_pointers,
png_uint_32  height 
)

Referenced by pngTexture(), and pngTexture3D().

Here is the caller graph for this function:

◆ read_png()

int read_png ( FILE *  ,
unsigned  int,
png_bytep **  ,
png_uint_32 *  ,
png_uint_32 *   
)

Referenced by pngTexture(), and pngTexture3D().

Here is the caller graph for this function: