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
Specify bounding box
$ pbmtoepsi -bbonly [input.pbm] > [output.epsi]
copy

SYNOPSIS

pbmtoepsi [options] [file]

DESCRIPTION

pbmtoepsi converts PBM bitmaps to Encapsulated PostScript Interchange (EPSI) format. EPSI includes a preview bitmap for non-PostScript applications. Part of Netpbm toolkit.

PARAMETERS

-bbonly

Output only bounding box comments.

SEE ALSO

Copied to clipboard
Kai