← 返回命令列表

Linux command

ppmtoleaf 命令

文本

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

常用示例

Convert a PPM to Interleaf image

ppmtoleaf [input.ppm] > [output.leaf]

Read from stdin

cat [input.ppm] | ppmtoleaf > [output.leaf]

说明

ppmtoleaf reads a PPM image and writes it as an Interleaf raster image on standard output. The Interleaf format was used by the Interleaf desktop publishing system in the late 1980s and early 1990s. With no input file, ppmtoleaf reads from standard input. Part of the Netpbm toolkit.

FAQ

What is the ppmtoleaf command used for?

ppmtoleaf reads a PPM image and writes it as an Interleaf raster image on standard output. The Interleaf format was used by the Interleaf desktop publishing system in the late 1980s and early 1990s. With no input file, ppmtoleaf reads from standard input. Part of the Netpbm toolkit.

How do I run a basic ppmtoleaf example?

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

Where can I find more ppmtoleaf examples?

This page includes 2 examples for ppmtoleaf, plus related commands for nearby Linux tasks.