macptopbm

Read a MacPaint file as input and produce a PBM image as output. More information: <https://netpbm.sourceforge.net/doc/macptopbm.html>.

Install

All systems
curl cmd.cat/macptopbm.sh
Debian Debian
apt-get install netpbm
Ubuntu
apt-get install netpbm
Arch Arch Linux
pacman -S netpbm
image/svg+xml Kali Linux
apt-get install netpbm
CentOS
yum install netpbm-progs
Fedora
dnf install netpbm-progs
Windows (WSL2)
sudo apt-get update sudo apt-get install netpbm
OS X
brew install netpbm
Raspbian
apt-get install netpbm

Read a MacPaint file as input and produce a PBM image as output. More information: <https://netpbm.sourceforge.net/doc/macptopbm.html>.

  • Convert a MacPaint file into a PGM image:
    macptopbm path/to/file.mac
  • Skip over a specified number of bytes when reading the file:
    macptopbm -extraskip N
  • Suppress all informational messages:
    macptopbm -quiet
  • Display version:
    macptopbm -version

© tl;dr; authors and contributors