LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

pamrgbatopng

converts PAM images with alpha channel to PNG format, preserving transparency

TLDR

Convert RGBA PAM to PNG with transparency
$ pamrgbatopng [input.pam] > [output.png]
copy

SYNOPSIS

pamrgbatopng [file]

DESCRIPTION

pamrgbatopng converts PAM images with alpha channel to PNG format, preserving transparency. Input must be RGBA PAM (4 channels). 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