Common types, macros, and standard library includes used throughout AnimaEngine.
unsigned char u8
Definition: common.h:14
int Ppm_WriteRgbImage(const char *path, const RgbaColor *pixels, int width, int height)
Exports an RGBA buffer to standard PPM format.
Definition: ppm.c:20
struct RgbaColor RgbaColor
32-bit RGBA color representation struct.
int Ppm_WriteRgbImageScaled(const char *path, const RgbaColor *pixels, int width, int height, int scale)
Exports an RGBA buffer scaled by an integer factor to standard PPM.
Definition: ppm.c:30
32-bit RGBA color representation struct.
Definition: ppm.h:14