LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

pcdindex

creates a visual index of images from a Kodak PhotoCD file

TLDR

Create index of PhotoCD images
$ pcdindex [input.pcd] > [index.ppm]
copy

SYNOPSIS

pcdindex [file]

DESCRIPTION

pcdindex creates a visual index (contact sheet) of images from a Kodak PhotoCD file. PhotoCD was a CD-based image storage format from the 1990s. Part of Netpbm toolkit.

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

SEE ALSO

Copied to clipboard
Kai