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

scalexml

Syntax
scalexml --help
scalexml [-smooth] [-wdt width] [-hgt height] [name]
Synopsis

Scale an XML representation of an image.

Options
--helpprint the help message and exit.
-smoothsmooth the output image.
-wdt widthmake the output image width pixels wide.
-hgt heightmake the output image height pixels tall.
nameinput image filename. If this is omitted the image will be read from standard input.
Description

Scale an XML representation of an image.

The scaled XML image is written to standard output.

Examples
scalexml -wdt 256 -hgt 256 inp.xml > out.xml

Scale the XML file inp.xml to 256x256 pixels and store it in the file out.xml.

scalexml -smooth -wdt 64 -hgt 64 inp.xml > out.xml

Scale the XML file inp.xml to 64x64 pixels with smoothing and store it in the file out.xml.