apngasm
 All Classes Namespaces Functions Variables
Classes | Functions | Variables
apngasm Namespace Reference

The apngasm namespace contains all functionality of apngasm. More...

Classes

struct  OP
 
struct  CHUNK
 A chunk of image data.
 
class  APNGAsm
 The APNGAsm core class is all you need to assemble and disassemble Animated PNG. More...
 
struct  rgb
 
struct  rgba
 
class  APNGFrame
 

Functions

void info_fn (png_structp png_ptr, png_infop info_ptr)
 
void row_fn (png_structp png_ptr, png_bytep new_row, png_uint_32 row_num, int pass)
 

Variables

const unsigned DEFAULT_FRAME_NUMERATOR = 100
 The default numerator for the frame delay fraction.
 
const unsigned DEFAULT_FRAME_DENOMINATOR = 1000
 The default denominator for the frame delay fraction.
 

Detailed Description

The apngasm namespace contains all functionality of apngasm.