Allegro.cc - Online Community

Allegro.cc Forums » Allegro Development » Documentation - save_bmp_pf

This thread is locked; no one can reply to it. rss feed Print
Documentation - save_bmp_pf
Physics Dave
Member #4,427
March 2004

Hello,
The docs for save_bmp_pf on the site and also on the man pages have the syntax for save_bmp_pf a bit wrong.

The syntax written is:

int save_bmp_pf(PACKFILE *f, RGB *pal);

when it should be:

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

Only a small thing but it confused me first time :)

http://www.allegro.cc/manual/api/loading-image-files/save_bmp_pf

CGamesPlay
Member #2,559
July 2002
avatar

The same thing also applies to the following two functions:

--
Tomasu: Every time you read this: hugging!

Ryan Patterson - <http://cgamesplay.com/>

Peter Wang
Member #23
April 2000

Fixed in SVN, thanks.

Go to: