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

pngtoxml

Syntax
pngtoxml --help
pngtoxml [name]
Synopsis

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

The XML representation is written to standard output.

Examples
pngtoxml inp.png > out.xml

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