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

ppmxtoxml

Syntax
ppmxtoxml --help
ppmxtoxml [name]
Synopsis

Convert an extended Portable PixMap (PPMX) image to an XML representation.

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 an XML representation.

The XML representation is written to standard output.

Examples
ppmxtoxml inp.ppmx > out.xml

Convert PPMX file inp.ppmx to the XML file out.xml.