Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mike42 committed Sep 29, 2019
1 parent b54b674 commit 7dc4317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user/formats.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ The BMP codec is used where the input has the ``bmp`` or ``dib`` file extensions

The returned object will be an instance of instance of :class:`IndexedRasterImage` if the color depth is 8 or lower.

24-bit bitmap images are loaded into an instance of :class:`RgbRasterImage`. 16-bit and 32-bit bitmaps are not supported.
24-bit, 16-bit and 32-bit bitmap images are also supported, and will be loaded into an instance of :class:`RgbRasterImage`. If an alpha channel is used, then it will be mixed to white.

Netpbm Formats
^^^^^^^^^^^^^^
Expand Down

0 comments on commit 7dc4317

Please sign in to comment.