LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

ppmtoapplevol

Convert PPM to Apple volume label format

TLDR

Convert PPM to Apple volume label
$ ppmtoapplevol [input.ppm] > [output.vol]
copy

SYNOPSIS

ppmtoapplevol [file]

DESCRIPTION

ppmtoapplevol converts PPM images to Apple volume label format used for custom disk icons on Macintosh. 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