pbmtopgm, pbmtoplot, pbmtoppa, pbmtoptx, pbmupc, pgmenhance: add pages (#12224)

This commit is contained in:
Juri Dispan
2024-02-11 06:23:21 +01:00
committed by GitHub
parent 9c44d53331
commit fa9fe07755
6 changed files with 62 additions and 0 deletions

12
pages/common/pbmupc.md Normal file
View File

@@ -0,0 +1,12 @@
# pbmupc
> Generate a PBM image of a Universal Product Code (UPC).
> More information: <https://netpbm.sourceforge.net/doc/pbmupc.html>.
- Generate a UPC image for the specified product type, manufacturer code, and product code:
`pbmupc {{product_type}} {{manufacturer_code}} {{product_code}} > {{path/to/output.pbm}}`
- Use an alternative style that does not display the checksum:
`pbmupc -s2 {{product_type}} {{manufacturer_code}} {{product_code}} > {{path/to/output.pbm}}`