Path to this page:
./
graphics/R-farver,
High Performance Colour Space Manipulation
Branch: CURRENT,
Version: 2.1.2,
Package name: R-farver-2.1.2,
Maintainer: pkgsrc-usersThe encoding of colour can be handled in many different ways, using
different colour spaces. As different colour spaces have different
uses, efficient conversion between these representations are
important. The 'farver' package provides a set of functions that gives
access to very fast colour space conversion and comparisons
implemented in C++, and offers speed improvements over the
'convertColor' function in the 'grDevices' package.
Master sites: (Expand)
Version history: (Expand)
- (2024-12-07) Updated to version: R-farver-2.1.2
- (2023-06-11) Updated to version: R-farver-2.1.1
- (2021-09-18) Updated to version: R-farver-2.1.0
- (2020-08-01) Package added to pkgsrc.se, version R-farver-2.0.3 (created)
CVS history: (Expand)
2024-12-07 00:23:09 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(graphics/R-farver) Updated 2.1.1 to 2.1.2, make test passed
# farver 2.1.2
* make sure output channels are always named (#23)
* farver can now decode short version hex-code colours (#41)
* Fix a bug in colour comparison that affected hcl input (#44)
|
2023-06-11 12:57:10 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(graphics/R-farvar) Updated 2.1.0 to 2.1.1
# farver 2.1.1
* Added input checking to a range of functions to guard against segfaults with
empty input (#31)
|
2021-10-26 12:47:26 by Nia Alarie | Files touched by this commit (800) |
Log message:
graphics: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 16:13:27 by Nia Alarie | Files touched by this commit (800) |
Log message:
graphics: Remove SHA1 hashes for distfiles
|
2021-09-18 16:48:44 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(graphics/R-farver) Updated 2.0.3 to 2.1.0
# farver 2.1.0
* Added support for OKLab and OKLch (polar version of OKLab) colour spaces
* Added `encode_native()` and `decode_native()` to convert back and forth
between the internal R colour format.
|
2020-07-31 22:31:27 by Brook Milligan | Files touched by this commit (3) |
Log message:
R-farver: initial import of v2.0.3.
|