Removed domain references from image expressions

This commit is contained in:
Andrew Murray 2020-07-14 22:23:57 +10:00
parent cd10404abb
commit 470bf71e7a

View File

@ -60,9 +60,8 @@ point values, as necessary. For example, if you add two 8-bit images, the
result will be a 32-bit integer image. If you add a floating point constant to
an 8-bit image, the result will be a 32-bit floating point image.
You can force conversion using the :py:func:`~PIL.ImageMath.convert`,
:py:func:`~PIL.ImageMath.float`, and :py:func:`~PIL.ImageMath.int` functions
described below.
You can force conversion using the ``convert()``, ``float()``, and ``int()``
functions described below.
Bitwise Operators
^^^^^^^^^^^^^^^^^