← 返回命令列表

Linux command

pgmoil 命令

文本

涉及管道、覆盖或删除,执行前请先确认路径和参数。

常用示例

Apply oil painting effect

pgmoil [input.pgm] > [output.pgm]

Specify smear radius

pgmoil -n [3] [input.pgm] > [output.pgm]

说明

pgmoil applies an oil painting effect to PGM images by selecting the most common gray value in a neighborhood. Part of Netpbm toolkit.

参数

-n _radius_
Smear radius (default 3).

FAQ

What is the pgmoil command used for?

pgmoil applies an oil painting effect to PGM images by selecting the most common gray value in a neighborhood. Part of Netpbm toolkit.

How do I run a basic pgmoil example?

Run `pgmoil [input.pgm] > [output.pgm]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -n _radius_ do in pgmoil?

Smear radius (default 3).