Otclient  14/8/2020
apngloader.h File Reference
#include <sstream>
Include dependency graph for apngloader.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  apng_data
 

Functions

int load_apng (std::stringstream &file, struct apng_data *apng)
 
void save_png (std::stringstream &file, unsigned int width, unsigned int height, int channels, unsigned char *pixels)
 
void free_apng (struct apng_data *apng)
 

Function Documentation

◆ free_apng()

void free_apng ( struct apng_data apng)

Definition at line 1149 of file apngloader.cpp.

Here is the caller graph for this function:

◆ load_apng()

int load_apng ( std::stringstream &  file,
struct apng_data apng 
)

Definition at line 513 of file apngloader.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ save_png()

void save_png ( std::stringstream &  file,
unsigned int  width,
unsigned int  height,
int  channels,
unsigned char *  pixels 
)

Definition at line 922 of file apngloader.cpp.

Here is the call graph for this function:
Here is the caller graph for this function: