LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

ppmtoarbtxt

Convert PPM to custom text formats

TLDR

Convert PPM to text using template
$ ppmtoarbtxt [template.txt] [input.ppm] > [output.txt]
copy

SYNOPSIS

ppmtoarbtxt template [file]

DESCRIPTION

ppmtoarbtxt converts PPM images to arbitrary text formats using a template. Template specifies how pixel values are formatted. Useful for custom export formats. Part of Netpbm toolkit.

PARAMETERS

template

Template file defining output format.

SEE ALSO

Copied to clipboard
Kai