|
Image I/O addonal_iio_add_handler
al_iio_init
Initializes the IIO addon. al_iio_load
Loads an image file into an ALLEGRO_BITMAP. The file type is determined by the extension. al_iio_load_entry
Loads an image from an ALLEGRO_FS_ENTRY into an ALLEGRO_BITMAP. The file type is determined by the passed 'ident' parameter, which is a file name extension including the leading dot. al_iio_save
Saves an ALLEGRO_BITMAP to an image file. The file type is determined by the extension. al_iio_save_entry
Saves an ALLEGRO_BITMAP to an ALLEGRO_FS_ENTRY. The file type is determined by the passed 'ident' parameter, which is a file name extension including the leading dot. iio_load_bmp
Create a new ALLEGRO_BITMAP from a BMP file. The bitmap is created with al_create_bitmap. See Also: al_iio_load. iio_load_jpg
Create a new ALLEGRO_BITMAP from a JPEG file. The bitmap is created with al_create_bitmap. See Also: al_iio_load. iio_load_pcx
Create a new ALLEGRO_BITMAP from a PCX file. The bitmap is created with al_create_bitmap. See Also: al_iio_load. iio_load_png
Create a new ALLEGRO_BITMAP from a PNG file. The bitmap is created with al_create_bitmap. See Also: al_iio_load. iio_load_tga
Create a new ALLEGRO_BITMAP from a TGA file. The bitmap is created with al_create_bitmap. See Also: al_iio_load. iio_save_bmp
Save an ALLEGRO_BITMAP as a BMP file. See Also: al_iio_save. iio_save_jpg
Save an ALLEGRO_BITMAP as a JPEG file. FIXME: This function is 100% untested right now and not expected to work yet. See Also: al_iio_save. iio_save_pcx
Save an ALLEGRO_BITMAP as a PCX file. See Also: al_iio_save. iio_save_png
Save an ALLEGRO_BITMAP as a PNG file. See Also: al_iio_save. iio_save_tga
Save an ALLEGRO_BITMAP as a TGA file. See Also: al_iio_save. |
Last updated: 2009-03-25 12:35:26 UTC