https://github.com/dirkster99/xamltopng
A command line tool to convert XAML vector graphics into PNG graphics.
https://github.com/dirkster99/xamltopng
command-line converter graphql image image-processing png vector-graphics xaml
Last synced: about 1 year ago
JSON representation
A command line tool to convert XAML vector graphics into PNG graphics.
- Host: GitHub
- URL: https://github.com/dirkster99/xamltopng
- Owner: Dirkster99
- License: mit
- Created: 2017-08-27T20:17:33.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-13T18:56:50.000Z (over 8 years ago)
- Last Synced: 2025-03-29T07:11:33.288Z (about 1 year ago)
- Topics: command-line, converter, graphql, image, image-processing, png, vector-graphics, xaml
- Language: C#
- Homepage: https://www.codeproject.com/articles/422523/convert-xaml-vector-graphic-to-png
- Size: 33.8 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# XAMLToPNG
XAMLToPNG is an MS-DOS command Line Tool that supports in its current version the following options:
```
Usage: XAMLtoPNG
-XSize - X size in pixels of converted png output image
-YSize - Y size in pixels of converted png output image
-XDPI - Assumed X (Dots Per Inch) DPI of XAML input
-YDPI - Assumed Y (Dots Per Inch) DPI of XAML input
-Input path to input XAML file or directory containing input XAML files - File name and path of XAML input file or path to directory containing XAML input files.
-Output path to ouput PNG file or directory that will contain ouput PNG files- File name and path of PNG output file or path to directory where PNG output files are to be saved.
-ScaleMode - Scale mode can be based on Original size or based on ouput size.
Original
Target
-CopyInput Copy input file to destionation folder
```
# More Documentation
The repository contains sample XAML files and PNG outputs that can be generated with the included batch file.
See Codeproject Article for more details:
https://www.codeproject.com/articles/422523/convert-xaml-vector-graphic-to-png