Linux command
ppmplasma 命令
文本
涉及管道、覆盖或删除,执行前请先确认路径和参数。
常用示例
Generate plasma pattern
ppmplasma [width] [height] > [plasma.ppm]
With random seed
ppmplasma -randomseed [42] [512] [512] > [plasma.ppm]
As PNG
ppmplasma [800] [600] | pnmtopng > [plasma.png]
说明
ppmplasma generates a plasma fractal image with colorful, cloud-like patterns. It uses recursive subdivision to create smooth, organic-looking textures. Part of Netpbm toolkit.
参数
- width
- Image width in pixels.
- height
- Image height in pixels.
- -randomseed _n_
- Seed for reproducibility.
FAQ
What is the ppmplasma command used for?
ppmplasma generates a plasma fractal image with colorful, cloud-like patterns. It uses recursive subdivision to create smooth, organic-looking textures. Part of Netpbm toolkit.
How do I run a basic ppmplasma example?
Run `ppmplasma [width] [height] > [plasma.ppm]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does width do in ppmplasma?
Image width in pixels.