Common types, macros, and standard library includes used throughout AnimaEngine.
int Png_WriteRgbaImageScaled(const char *path, const RgbaColor *pixels, int width, int height, int scale)
Writes an RGBA pixel buffer scaled by a scaling factor to a PNG.
Definition: png_writer.c:29
int Png_WriteRgbaImage(const char *path, const RgbaColor *pixels, int width, int height)
Writes an RGBA pixel buffer to a standard PNG file.
Definition: png_writer.c:19
Portable Pixmap (PPM) format writer utilities and color structures.
32-bit RGBA color representation struct.
Definition: ppm.h:14