LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

ppmcie

Generate CIE chromaticity diagram images

TLDR

Generate CIE chromaticity diagram
$ ppmcie > [output.ppm]
copy
Specify size
$ ppmcie -size [512] > [output.ppm]
copy
Generate with specific illuminant
$ ppmcie -illuminant [D65] > [output.ppm]
copy

SYNOPSIS

ppmcie [options]

DESCRIPTION

ppmcie generates a CIE chromaticity diagram as a PPM image, showing the full gamut of visible colors plotted on the standard CIE 1931 xy color space. The diagram is a standard reference in color science for visualizing color gamuts and comparing display or printing capabilities.Options control the output size, illuminant white point, and whether spectral wavelength labels are included. The generated image can be used for color science education, display calibration documentation, or as a reference overlay for gamut comparisons. Part of the Netpbm toolkit.

PARAMETERS

-size N

Output size in pixels.
-illuminant NAME
White point illuminant.
-spectral N
Spectral type.

INSTALL

sudo apt install netpbm
copy
sudo dnf install netpbm
copy
sudo pacman -S netpbm
copy
sudo apk add netpbm
copy
sudo zypper install netpbm
copy
brew install netpbm
copy
nix profile install nixpkgs#netpbm
copy

CAVEATS

Color science tool. Part of Netpbm suite.

HISTORY

ppmcie was created as part of Netpbm for color science visualization.

SEE ALSO

ppm(5), ppmgamma(1)

Copied to clipboard
Kai