Scroll to navigation

save_tga_pf(3alleg4) Allegro manual save_tga_pf(3alleg4)

NAME

save_tga_pf - Packfile version of save_tga. Allegro game programming library.

SYNOPSIS

#include <allegro.h>

int save_tga_pf(PACKFILE *f, BITMAP *bmp, RGB *pal);

DESCRIPTION

A version of save_tga which writes to a packfile.

SEE ALSO

save_tga(3alleg4), expackf(3alleg4)

version 4.4.3 Allegro