.. _TiffEncodingType: ================================================ TiffEncodingType ================================================ Description ----------- The encoding to use when saving to TIFF format. Static Properties ^^^^^^^^^^^^^^^^^ +---------------------------------------------------+------------------------------------------------------------------------------------------------------------+ | :ref:`JPEG` readonly | JPEG compression, which is lossy and recommended for continuous-tone images, such as photographs. | +---------------------------------------------------+------------------------------------------------------------------------------------------------------------+ | :ref:`NONE` readonly | No compression. | +---------------------------------------------------+------------------------------------------------------------------------------------------------------------+ | :ref:`TIFFLZW` readonly | LZW compression, which is lossless and most useful for images with large areas of single color. | +---------------------------------------------------+------------------------------------------------------------------------------------------------------------+ | :ref:`TIFFZIP` readonly | Zip compression, which is lossless and most effective for images that contain large areas of single color. | +---------------------------------------------------+------------------------------------------------------------------------------------------------------------+ .. container:: hide .. toctree:: :hidden: :maxdepth: 1 TiffEncodingType/NONE.rst TiffEncodingType/TIFFLZW.rst TiffEncodingType/JPEG.rst TiffEncodingType/TIFFZIP.rst