svgtopam
Convert SVG graphics to PAM raster format
TLDR
Convert SVG to PAM
$ svgtopam [input.svg] > [output.pam]
Convert with specific resolution$ svgtopam -resolution [300] [input.svg] > [output.pam]
SYNOPSIS
svgtopam [options] [file]
DESCRIPTION
svgtopam converts SVG vector graphics to PAM raster format. Rasterizes SVG at specified resolution. Part of Netpbm toolkit.
PARAMETERS
-resolution dpi
Output resolution.-dimension WxH
Output dimensions.
INSTALL
sudo apt install netpbm
sudo dnf install netpbm
sudo pacman -S netpbm
sudo apk add netpbm
sudo zypper install netpbm
brew install netpbm
nix profile install nixpkgs#netpbm
SEE ALSO
rsvg-convert(1), inkscape(1)
