:orphan:

.. _WBMP-FI:

WBMP-FI Wireless Bitmap
=======================

Extensions: ``.wap``, ``.wbmp``, ``.wbm``

This is the default format used for FreeImage. Each Freeimage
format has the 'flags' keyword argument. See the Freeimage
documentation for more information.

Parameters for reading
----------------------
flags : int
    A freeimage-specific option. In most cases we provide explicit
    parameters for influencing image reading.

Parameters for saving
----------------------
flags : int
    A freeimage-specific option. In most cases we provide explicit
    parameters for influencing image saving.


