Skip to content

Latest commit

 

History

History
422 lines (260 loc) · 13.3 KB

ImageCms.rst

File metadata and controls

422 lines (260 loc) · 13.3 KB

:pyImageCms Module

The :pyImageCms module provides color profile management support using the LittleCMS2 color management engine, based on Kevin Cazabon's PyCMS library.

PIL.ImageCms

CmsProfile

The ICC color profiles are wrapped in an instance of the class :pyCmsProfile. The specification ICC.1:2010 contains more information about the meaning of the values in ICC profiles.

For convenience, all XYZ-values are also given as xyY-values (so they can be easily displayed in a chromaticity diagram, for example).