← 返回命令列表

Linux command

pnmenlarge 命令

文本

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

常用示例

Enlarge image 2x

pnmenlarge [2] [input.pnm] > [output.pnm]

Enlarge image 4x

pnmenlarge [4] [input.pnm] > [output.pnm]

说明

pnmenlarge enlarges PNM images by replicating pixels. Simple nearest-neighbor scaling without interpolation. Part of Netpbm toolkit. For smoother scaling, use pamscale.

FAQ

What is the pnmenlarge command used for?

pnmenlarge enlarges PNM images by replicating pixels. Simple nearest-neighbor scaling without interpolation. Part of Netpbm toolkit. For smoother scaling, use pamscale.

How do I run a basic pnmenlarge example?

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

Where can I find more pnmenlarge examples?

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