Home| base |src.bin|graphic| ppmxtopng Index

ppmxtopng

Syntax
ppmxtopng --help
ppmxtopng [name]
Synopsis

Convert an extended Portable PixMap (PPMX) image to a Portable Network Graphics (PNG) image.

Options
--helpprint the help message and exit.
nameinput image filename. If this is omitted the image will be read from standard input.
Description

Convert an extended Portable PixMap (PPMX) image to a Portable Network Graphics (PNG) image.

The PNG image is written to standard output.

Examples
ppmxtopng inp.ppmx > out.png

Convert PPMX file inp.ppmx to the PNG file out.png.