Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated documentation #54

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
56 changes: 0 additions & 56 deletions docs/reference/ImageCms.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,20 +75,13 @@ can be easily displayed in a chromaticity diagram, for example).
space, e.g. ``XYZ␣``, ``RGB␣`` or ``CMYK`` (see 7.2.6 of
ICC.1:2010 for details).

Note that the deprecated attribute ``color_space`` contains an
interpreted (non-padded) variant of this (but can be empty on
unknown input).

.. py:attribute:: connection_space
:type: str

4-character string (padded with whitespace) identifying the color
space on the B-side of the transform (see 7.2.7 of ICC.1:2010 for
details).

Note that the deprecated attribute ``pcs`` contains an interpreted
(non-padded) variant of this (but can be empty on unknown input).

.. py:attribute:: header_flags
:type: int

Expand Down Expand Up @@ -350,55 +343,6 @@ can be easily displayed in a chromaticity diagram, for example).
The elements of the tuple are booleans. If the value is ``True``,
that intent is supported for that direction.

.. py:attribute:: color_space
:type: str

Deprecated but retained for backwards compatibility.
Interpreted value of :py:attr:`.xcolor_space`. May be the
empty string if value could not be decoded.

.. py:attribute:: pcs
:type: str

Deprecated but retained for backwards compatibility.
Interpreted value of :py:attr:`.connection_space`. May be
the empty string if value could not be decoded.

.. py:attribute:: product_model
:type: str

Deprecated but retained for backwards compatibility.
ASCII-encoded value of :py:attr:`.model`.

.. py:attribute:: product_manufacturer
:type: str

Deprecated but retained for backwards compatibility.
ASCII-encoded value of :py:attr:`.manufacturer`.

.. py:attribute:: product_copyright
:type: str

Deprecated but retained for backwards compatibility.
ASCII-encoded value of :py:attr:`.copyright`.

.. py:attribute:: product_description
:type: str

Deprecated but retained for backwards compatibility.
ASCII-encoded value of :py:attr:`.profile_description`.

.. py:attribute:: product_desc
:type: str

Deprecated but retained for backwards compatibility.
ASCII-encoded value of :py:attr:`.profile_description`.

This alias of :py:attr:`.product_description` used to
contain a derived informative string about the profile,
depending on the value of the description, copyright,
manufacturer and model fields).

There is one function defined on the class:

.. py:method:: is_intent_supported(intent, direction)
Expand Down