cmuwmtopbm, escp2topbm, pbmtocmuwm, pbmtoepsi, ebmtoepson, pbmtoescp2, pbmtogo: add pages (#12235)
* cmuwmtopbm, escp2topbm, pbmtocmuwm, pbmtoepsi, ebmtoepson, pbmtoescp2, pbmtogo: add pages
---------
Co-authored-by: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com>
2024-02-12 15:13:35 +01:00
|
|
|
# pbmtoepsi
|
|
|
|
|
|
|
|
> Convert a PBM image to an encapsulated PostScript style preview bitmap.
|
|
|
|
> More information: <https://netpbm.sourceforge.net/doc/pbmtoepsi.html>.
|
|
|
|
|
|
|
|
- Convert a PBM image to an encapsulated PostScript style preview bitmap:
|
|
|
|
|
|
|
|
`pbmtoepsi {{path/to/image.pbm}} > {{path/to/output.bmp}}`
|
|
|
|
|
|
|
|
- Produce a quadratic output image with the specified resolution:
|
|
|
|
|
2025-04-01 06:42:14 +03:00
|
|
|
`pbmtoepsi {{[-d|-dpi]}} {{144}} {{path/to/image.pbm}} > {{path/to/output.bmp}}`
|
cmuwmtopbm, escp2topbm, pbmtocmuwm, pbmtoepsi, ebmtoepson, pbmtoescp2, pbmtogo: add pages (#12235)
* cmuwmtopbm, escp2topbm, pbmtocmuwm, pbmtoepsi, ebmtoepson, pbmtoescp2, pbmtogo: add pages
---------
Co-authored-by: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com>
2024-02-12 15:13:35 +01:00
|
|
|
|
|
|
|
- Produce an output image with the specified horizontal and vertical resolution:
|
|
|
|
|
2025-04-01 06:42:14 +03:00
|
|
|
`pbmtoepsi {{[-d|-dpi]}} {{72x144}} {{path/to/image.pbm}} > {{path/to/output.bmp}}`
|
cmuwmtopbm, escp2topbm, pbmtocmuwm, pbmtoepsi, ebmtoepson, pbmtoescp2, pbmtogo: add pages (#12235)
* cmuwmtopbm, escp2topbm, pbmtocmuwm, pbmtoepsi, ebmtoepson, pbmtoescp2, pbmtogo: add pages
---------
Co-authored-by: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com>
2024-02-12 15:13:35 +01:00
|
|
|
|
|
|
|
- Only create a boundary box:
|
|
|
|
|
2025-04-01 06:42:14 +03:00
|
|
|
`pbmtoepsi {{[-b|-bbonly]}} {{path/to/image.pbm}} > {{path/to/output.bmp}}`
|