Packfile version of save_bmp. allegro game programming library.
#include <allegro.h>
int save_bmp_pf(PACKFILE *f, BITMAP *bmp, RGB *pal);
A version of save_bmp which writes to a packfile.
save_bmp(3alleg4), expackf(3alleg4)