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 36 37 38 39 40 41 42 43
|
0.205 2025-01-19
- add M_PI #define - thanks @navoj
0.205 2025-01-16
- fix NAME section of docs
0.204 2025-01-06
- add licence information
0.203 2023-01-12
- fix xyY_to_xyz to have Y of 1
0.202 2023-01-12
- no need to supply mstar for add_rgb_space
- can supply add_rgb_space-format hash-ref to the relevant functions
- add rgb_to_lab, lab_to_rgb, rgb_{to,from}_linear
- add lsRGB colour space
- operations can work inplace
0.201 2022-02-14
- more accurate dependencies
- adjust so docs get generated for MetaCPAN benefit
0.200 2022-02-14
- opt in to PDL 2.058+ multi-C
- add GitHub repo metadata
0.1.0 01-04-2013
Added support for custom RGB space.
0.0.9 02-11-2012
Fixed pp and perl 5.8* version format issue.
0.0.8 02-09-2012
Added CMYK and RGB conversions.
Better handling of versions.
0.0.7 02-07-2012
Fixed double * warnings. Thanks Sisypus!
Added README and Changes.
0.0.6 02-01-2012
First version released on an unsuspecting world.
|