Options (2)
-dbooleanProduce a quadratic output image with the specified resolution
Example:
pbmtoepsi {{[-d|-dpi]}} {{144}} {{path/to/image.pbm}} > {{path/to/output.bmp}}-bbooleanOnly create a boundary box
Example:
pbmtoepsi {{[-b|-bbonly]}} {{path/to/image.pbm}} > {{path/to/output.bmp}}Examples (4)
Convert a PBM image to an encapsulated PostScript style preview bitmap
pbmtoepsi path/to/image.pbm > path/to/output.bmpProduce a quadratic output image with the specified resolution
pbmtoepsi [-d|-dpi] 144 path/to/image.pbm > path/to/output.bmpProduce an output image with the specified horizontal and vertical resolution
pbmtoepsi [-d|-dpi] 72x144 path/to/image.pbm > path/to/output.bmpOnly create a boundary box
pbmtoepsi [-b|-bbonly] path/to/image.pbm > path/to/output.bmpmade by @shridhargupta | data from tldr-pages