LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

pbmtoepsi

converts PBM bitmaps to Encapsulated PostScript Interchange format

TLDR

Convert PBM to EPSI format
$ pbmtoepsi [input.pbm] > [output.epsi]
copy
Output only bounding box comments (no image data)
$ pbmtoepsi -bbonly [input.pbm] > [output.epsi]
copy
Specify output resolution in dots per inch
$ pbmtoepsi -dpi [300] [input.pbm] > [output.epsi]
copy

SYNOPSIS

pbmtoepsi [-dpi N[xN]] [-bbonly] [pbmfile]

DESCRIPTION

pbmtoepsi converts PBM bitmaps to Encapsulated PostScript Interchange (EPSI) format. EPSI includes a low-resolution preview bitmap that non-PostScript applications can display while keeping a full-resolution PostScript representation for printing. Part of the Netpbm toolkit.

PARAMETERS

-bbonly

Create only a bounding box comment; do not include the image preview.
-dpi N[xN]
Output device resolution in dots per inch (default 72). Use "NxM" to specify horizontal and vertical resolutions separately.
-quiet
Suppress informational messages (common libnetpbm option).

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

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid