How to Install and Uninstall perl-Graphics-ColorUtils Package on openSuSE Tumbleweed
Last updated: December 27,2024
1. Install "perl-Graphics-ColorUtils" package
Learn how to install perl-Graphics-ColorUtils on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
perl-Graphics-ColorUtils
Copied
2. Uninstall "perl-Graphics-ColorUtils" package
Here is a brief guide to show you how to uninstall perl-Graphics-ColorUtils on openSuSE Tumbleweed:
$
sudo zypper remove
perl-Graphics-ColorUtils
Copied
3. Information about the perl-Graphics-ColorUtils package on openSuSE Tumbleweed
Information for package perl-Graphics-ColorUtils:
-------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Graphics-ColorUtils
Version : 0.17-1.20
Arch : noarch
Vendor : openSUSE
Installed Size : 64.1 KiB
Installed : No
Status : not installed
Source package : perl-Graphics-ColorUtils-0.17-1.20.src
Upstream URL : http://search.cpan.org/dist/Graphics-ColorUtils/
Summary : Easy-to-use color space conversions and more
Description :
This modules provides some utility functions to handle colors and color
space conversions.
The interface has been kept simple, so that most functions can be called
"inline" when making calls to graphics libraries such as GD, Tk, or when
generating HTML/CSS. (E.g. for GD: '$c = $img->colorAllocate( hsv2rgb( 270,
0.5, 0.3 ) );'.)
Features:
* Color Space Conversions
Color space conversions, in particular between the "intuitive" color
spaces HSV (Hue/Saturation/Value) and HLS (Hue/Lightness/Saturation) to
and from RGB (Red/Green/Blue).
* Color Lookup
Color lookup by name for three standard sets of colors: WWW/CSS, SVG, and
X11.
* Color Gradients
Management of color gradients, which can be indexed by a floating point
number in the range 0..1. (Mostly intended for false-color data
visualization.)
-------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Graphics-ColorUtils
Version : 0.17-1.20
Arch : noarch
Vendor : openSUSE
Installed Size : 64.1 KiB
Installed : No
Status : not installed
Source package : perl-Graphics-ColorUtils-0.17-1.20.src
Upstream URL : http://search.cpan.org/dist/Graphics-ColorUtils/
Summary : Easy-to-use color space conversions and more
Description :
This modules provides some utility functions to handle colors and color
space conversions.
The interface has been kept simple, so that most functions can be called
"inline" when making calls to graphics libraries such as GD, Tk, or when
generating HTML/CSS. (E.g. for GD: '$c = $img->colorAllocate( hsv2rgb( 270,
0.5, 0.3 ) );'.)
Features:
* Color Space Conversions
Color space conversions, in particular between the "intuitive" color
spaces HSV (Hue/Saturation/Value) and HLS (Hue/Lightness/Saturation) to
and from RGB (Red/Green/Blue).
* Color Lookup
Color lookup by name for three standard sets of colors: WWW/CSS, SVG, and
X11.
* Color Gradients
Management of color gradients, which can be indexed by a floating point
number in the range 0..1. (Mostly intended for false-color data
visualization.)