pbmtoepsi
converts PBM bitmaps to Encapsulated PostScript Interchange format
TLDR
Convert PBM to EPSI format
$ pbmtoepsi [input.pbm] > [output.epsi]
Specify bounding box$ pbmtoepsi -bbonly [input.pbm] > [output.epsi]
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
pnmtops(1), pbmtoepson(1)
