:orphan:

.. _FITS-PIL:

FITS-PIL FITS
=============

Extensions: ``.fit``, ``.fits``

*This is a copy from the Pillow docs.*


.. versionadded:: Pillow  1.1.5

PIL provides a stub driver for FITS files.

To add read or write support to your application, use
:py:func:`PIL.FitsStubImagePlugin.register_handler`.


