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

xmltoppmx

Syntax
xmltoppmx --help
xmltoppmx [name]
Synopsis

Convert an XML image representation to an extended Portable PixMap (PPMX) 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 XML image representation to an extended Portable PixMap (PPMX) image.

The PPMX image file is written to standard output.

Extended Portable PixMap files are an enhanced form of PPM files that include an extra alpha channel mask.

Examples
xmltoppmx inp.xml > out.ppmx

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