LinuxCommandLibrary

imgtoppm

Converts various image file formats to the PPM (Portable Pixmap) format.

TLDR

Convert an input image to PPM format

$ imgtoppm [path/to/input] > [path/to/output.ppm]
copy


Display version
$ imgtoppm -version
copy

Copied to clipboard