libgraphics-colorobject-perl 0.5.0-6 source package in Ubuntu

Changelog

libgraphics-colorobject-perl (0.5.0-6) unstable; urgency=low


  * Bug fix: "warnings with Perl 5.14", thanks to Herwin Weststrate. This
    time, actually do include the code changes required to close this out.
    (Closes: #724293).

 -- Manoj Srivastava <email address hidden>  Sat, 12 Apr 2014 16:16:11 -0700

Upload details

Uploaded by:
Manoj
Uploaded to:
Sid
Original maintainer:
Manoj
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Utopic: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libgraphics-colorobject-perl_0.5.0-6.dsc 1.9 KiB 0d13475e7d37e69f082820d8b76c2187f78889ca6487f24b6e143a658e8a422d
libgraphics-colorobject-perl_0.5.0.orig.tar.gz 22.2 KiB 15551e99dfed38c687b6738ef2677e2d66d5b08ac5955ed59305db93dad1549b
libgraphics-colorobject-perl_0.5.0-6.debian.tar.xz 3.4 KiB aaef1b38998d7e567d9b76d92fa983675cb5c6d3abd25ba3b0d552368b813dfd

Available diffs

No changes file available.

Binary packages built by this source

libgraphics-colorobject-perl: convert color specifications between color spaces

 Use this package to convert between all the common color spaces. As a
 pure Perl module, it is not very fast, and so it you want to convert
 entire images, this is probably not what you want. The emphasis is on
 completeness and accurate conversion.
 .
 Supported color spaces are: RGB (including sRGB, Rec 601, Rec 709,
 ITU, and about a dozen other RGB spaces), CMY, CMYK, HSL, HSV, XYZ,
 xyY, Lab, LCHab, Luv, LCHuv, YPbPr, YCbCr. Future support is planned
 for YUV, YIQ, YCC and possibly others.
 .
 Conversion between different RGB working spaces, and between
 different white-points, is fully supported.