python-colormath 1.0.5 Released
[Posted September 30, 2009 by cook]
| From: |
| Greg Taylor <gtaylor-AT-l11solutions.com> |
| To: |
| comp-lang-python-announce-AT-moderators.isc.org |
| Subject: |
| python-colormath 1.0.5 Released |
| Date: |
| Tue, 29 Sep 2009 06:46:28 -0700 (PDT) |
| Message-ID: |
| <29203b1a-5973-44bd-bc7b-959cbbf59716@k17g2000yqb.googlegroups.com> |
| Archive-link: |
| Article, Thread
|
An error in the CIE2000 Delta E equation has been found and corrected,
necessitating the immediate release of python-colormath 1.0.5. All
users of the 1.x series are encouraged to upgrade to avoid this
mathematical error.
What new in 1.0.5?
===============
* The examples and unit tests may be ran directly from their
directories now, without installing the package.
* Updated the setup.py file to include the examples and LICENSE.txt
file in the source distribution.
* Fixed a small error in the CIE2000 Delta E formula. This could had
resulted in some minor skew in calculations.
What is python-colormath?
====================
python-colormath is a developer-oriented module that abstracts a
number of color math operations behind a small set of classes
representing color spaces (IE: RGB, CIE Lab, XYZ, and LCH, etc.).
Color conversions, delta E comparisons, and density calculations are
all relatively involved, but are hid behind the simple API.
Where is python-colormath?
=====================
Getting Started/Website/Development:
http://code.google.com/p/python-colormath/
Documentation:
http://code.google.com/p/python-colormath/w/list
Download:
http://pypi.python.org/pypi/colormath/
--
Gregory Taylor
--
http://mail.python.org/mailman/listinfo/python-announce-list
Support the Python Software Foundation:
http://www.python.org/psf/donations/
(
Log in to post comments)