معرفی شرکت ها


deltae2000-1.0.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

deltae2000 implements an algorithm for perceptual distance between colours in pure Python.
ویژگی مقدار
سیستم عامل -
نام فایل deltae2000-1.0.0
نام deltae2000
نسخه کتابخانه 1.0.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Landreville
ایمیل نویسنده -
آدرس صفحه اصلی https://gitlab.com/landreville/deltae2000
آدرس اینترنتی https://pypi.org/project/deltae2000/
مجوز -
deltae2000 is an implementation of the CIEDE2000 algorithm to calculate the perceptual distance between two colours. This is implemented in pure Python with the intention to run optimal on the PyPy interpreter. See the [Wikipedia article](https://en.wikipedia.org/wiki/Color_difference#CIEDE2000) for more information on the distance calculation. Example usage: ```python from deltae2000 import delta_e_cie2000 from colormath.color_conversions import convert_color from colormath.color_objects import sRGBColor, LabColor delta_e_cie2000( convert_color(sRGBColor(255, 0, 0, is_upscaled=True), LabColor), convert_color(sRGBColor(125, 255, 125, is_upscaled=True), LabColor) ) ``` This is based on the implementation from [colormath](https://python-colormath.readthedocs.io) which uses Numpy in the implementation. Use the colormath version if you are using the CPython interpreter.


نیازمندی

مقدار نام
- colormath


نحوه نصب


نصب پکیج whl deltae2000-1.0.0:

    pip install deltae2000-1.0.0.whl


نصب پکیج tar.gz deltae2000-1.0.0:

    pip install deltae2000-1.0.0.tar.gz