pamoil, pgmbentley, pgmdeshadow, pgmoil, ppmrainbow, ppmrelief, ppmshadow, ppmshift, ppmspread, ppmtoacad, ppmtobmp, ppmtoicr: add pages (#11433)
2023-11-10 05:20:47 +01:00
|
|
|
# ppmtoicr
|
|
|
|
|
|
|
|
> Convert a PPM image to NCSA ICR format.
|
|
|
|
> More information: <https://netpbm.sourceforge.net/doc/ppmtoicr.html>.
|
|
|
|
|
|
|
|
- Convert a PPM image to a ICR file:
|
|
|
|
|
|
|
|
`ppmtoicr {{path/to/file.ppm}} > {{path/to/file.icr}}`
|
|
|
|
|
|
|
|
- Display the output in name:
|
|
|
|
|
2025-04-01 06:42:14 +03:00
|
|
|
`ppmtoicr {{[-w|-windowname]}} {{name}} {{path/to/file.ppm}} > {{path/to/file.icr}}`
|
pamoil, pgmbentley, pgmdeshadow, pgmoil, ppmrainbow, ppmrelief, ppmshadow, ppmshift, ppmspread, ppmtoacad, ppmtobmp, ppmtoicr: add pages (#11433)
2023-11-10 05:20:47 +01:00
|
|
|
|
|
|
|
- Expand the image by the specified factor:
|
|
|
|
|
2025-04-01 06:42:14 +03:00
|
|
|
`ppmtoicr {{[-e|-expand]}} {{factor}} {{path/to/file.ppm}} > {{path/to/file.icr}}`
|
pamoil, pgmbentley, pgmdeshadow, pgmoil, ppmrainbow, ppmrelief, ppmshadow, ppmshift, ppmspread, ppmtoacad, ppmtobmp, ppmtoicr: add pages (#11433)
2023-11-10 05:20:47 +01:00
|
|
|
|
|
|
|
- Display the output on the screen with the specified number:
|
|
|
|
|
2025-04-01 06:42:14 +03:00
|
|
|
`ppmtoicr {{[-d|-display]}} {{number}} {{path/to/file.ppm}} > {{path/to/file.icr}}`
|