commands.sh

pnmtoddif

all

Convert a PNM image to a DDIF image file.

More info →

Options (1)

-rboolean

Explicitly specify the horizontal and vertical resolution of the output image

Example: pnmtoddif {{[-r|-resolution]}} {{horizontal_dpi}} {{vertical_dpi}} {{path/to/image.pnm}} > {{path/to/image.ddif}}

Examples (2)

Convert a PNM image to a DDIF image file

pnmtoddif path/to/image.pnm > path/to/image.ddif

Explicitly specify the horizontal and vertical resolution of the output image

pnmtoddif [-r|-resolution] horizontal_dpi vertical_dpi path/to/image.pnm > path/to/image.ddif
made by @shridhargupta | data from tldr-pages