File: Changes

package info (click to toggle)
libgraphics-colorobject-perl 0.5.0-4
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 252 kB
  • ctags: 231
  • sloc: perl: 1,567; sh: 39; makefile: 11
file content (35 lines) | stat: -rw-r--r-- 1,363 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Revision history for Perl extension Graphics::ColorObject.

0.5.0  2005/10/12
  - added gamut checks and clipping (not all colorspaces
  supported yet)
  - added several color-difference algorithms
  - added arbitrary white-points (any temperature from 4000K to 25000K)
  - added several predefined white-points, and made others more accurate
  - added YUV, YIQ, PhotoYCC spaces
  - added documentation
  - changed many conversion matrices to be more accurate 
  (from 3 significant digits to >5)
  - bug: HSL_to_RGB incorrect hue round-off produced rare but
  significant errors in H (fixed)
  - bug: wrong implicit colorspaces in colorbars test caused some
  tests to fail (fixed)

0.4a4  2004/03/07 23:00:48
  - added convert-color.pl in examples, fixed draw-lab-colorspace.pl
  - bug: converting anything to xyY failed (and the tests didn't catch it) (fixed)
  - general cleanup, now we run with use strict and use warnings
  - changed dependency to be perl 5.6, not 5.8

0.4a3  2004/03/05 00:39:46
  - bug: tests weren't working properly (fixed)
  - bug: HSL conversions off-by-one (not fixed, just disabled tests for now)
  - added Luv and LCHuv color spaces
  - minor documentation fixes

0.4a2  2004/03/04 20:26:00
  - bug: some conversions failed if no rgb working space was specified (fixed)

0.4a1  2004/03/04 19:27:21
  - initial release, very alpha