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

xmltopng

Syntax
xmltopng --help
xmltopng [name]
Synopsis

Convert an XML image representation 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 XML image representation to a Portable Network Graphics (PNG) image.

The PNG image file is written to standard output.

Examples
xmltopng inp.xml > out.png

Convert XML file inp.xml to the PNG file out.png.