.. _ChangeMode: ================================================ ChangeMode ================================================ Description ----------- The destination color mode. Note: Color images must be changed to Grayscale mode before you can change them to Bitmap mode. Static Properties ^^^^^^^^^^^^^^^^^ +-------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`BITMAP` readonly | Bitmap. Note: Color images must be changed to Grayscale mode before you can change them to Bitmap mode. | +-------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`CMYK` readonly | CMYK. | +-------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`GRAYSCALE` readonly | Grayscale. | +-------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`INDEXEDCOLOR` readonly | Indexed color, in which the number of colors in the image is reduced to at most 256, the standard number of colors supported by the GIF and PNG-8 formats and many multimedia applications. | +-------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`LAB` readonly | Lab. | +-------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`MULTICHANNEL` readonly | Image with multiple color channels. | +-------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`RGB` readonly | RGB. | +-------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ .. container:: hide .. toctree:: :hidden: :maxdepth: 1 ChangeMode/GRAYSCALE.rst ChangeMode/RGB.rst ChangeMode/CMYK.rst ChangeMode/LAB.rst ChangeMode/BITMAP.rst ChangeMode/INDEXEDCOLOR.rst ChangeMode/MULTICHANNEL.rst