LinuxCommandLibrary

pbmreduce

reduces PBM bitmap size by an integer factor

TLDR

Reduce bitmap by factor

$ pbmreduce [4] [input.pbm] > [output.pbm]
copy
Reduce with Floyd-Steinberg dithering
$ pbmreduce -floyd [4] [input.pbm] > [output.pbm]
copy

SYNOPSIS

pbmreduce [options] n [file]

DESCRIPTION

pbmreduce reduces PBM bitmap size by an integer factor. Can use threshold or dithering for the reduction. Part of Netpbm toolkit.

PARAMETERS

n

Reduction factor.
-floyd
Use Floyd-Steinberg dithering.
-threshold
Use simple threshold (default).

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community