.. _PICTBitsPerPixels: ================================================ PICTBitsPerPixels ================================================ Description ----------- The number of bits per pixel to use when compressing a PICT file. Static Properties ^^^^^^^^^^^^^^^^^ +--------------------------------------------------------+--------------------+ | :ref:`EIGHT` readonly | 8 bits per pixel. | +--------------------------------------------------------+--------------------+ | :ref:`FOUR` readonly | 4 bits per pixel. | +--------------------------------------------------------+--------------------+ | :ref:`SIXTEEN` readonly | 16 bits per pixel. | +--------------------------------------------------------+--------------------+ | :ref:`THIRTYTWO` readonly | 32 bits per pixel. | +--------------------------------------------------------+--------------------+ | :ref:`TWO` readonly | 2 bits per pixel. | +--------------------------------------------------------+--------------------+ .. container:: hide .. toctree:: :hidden: :maxdepth: 1 PICTBitsPerPixels/TWO.rst PICTBitsPerPixels/FOUR.rst PICTBitsPerPixels/EIGHT.rst PICTBitsPerPixels/SIXTEEN.rst PICTBitsPerPixels/THIRTYTWO.rst