pamoil, pgmbentley, pgmdeshadow, pgmoil, ppmrainbow, ppmrelief, ppmshadow, ppmshift, ppmspread, ppmtoacad, ppmtobmp, ppmtoicr: add pages (#11433)
2023-11-10 05:20:47 +01:00
|
|
|
# ppmrainbow
|
|
|
|
|
|
|
|
> Generate a rainbow.
|
|
|
|
> More information: <https://netpbm.sourceforge.net/doc/ppmrainbow.html>.
|
|
|
|
|
|
|
|
- Generate a rainbow consisting of the specified colors:
|
|
|
|
|
|
|
|
`ppmrainbow {{color1 color2 ...}} > {{path/to/output_file.ppm}}`
|
|
|
|
|
|
|
|
- Specify the size of the output in pixels:
|
|
|
|
|
2025-04-01 06:42:14 +03:00
|
|
|
`ppmrainbow {{[-w|-width]}} {{width}} {{[-h|-height]}} {{height}} {{color1 color2 ...}} > {{path/to/output_file.ppm}}`
|
pamoil, pgmbentley, pgmdeshadow, pgmoil, ppmrainbow, ppmrelief, ppmshadow, ppmshift, ppmspread, ppmtoacad, ppmtobmp, ppmtoicr: add pages (#11433)
2023-11-10 05:20:47 +01:00
|
|
|
|
|
|
|
- End the rainbow with the last color specified, do not repeat the first color:
|
|
|
|
|
2025-04-01 06:42:14 +03:00
|
|
|
`ppmrainbow {{[-n|-norepeat]}} {{color1 color2 ...}} > {{path/to/output_file.ppm}}`
|