Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sakapon/xaml-to-image

Project templates which convert XAML to image files.
https://github.com/sakapon/xaml-to-image

Last synced: about 6 hours ago
JSON representation

Project templates which convert XAML to image files.

Awesome Lists containing this project

README

        

## XAML to Image

"XAML to Image" is a set of project templates for Blend for Visual Studio and/or Visual Studio.
By using the templates, you can design images or icons as XAML, and export image files such as PNG, GIF, etc.

1. Edit XAML with Blend for Visual Studio.
![Blend-mic](Images/Preview/Blend-mic.png)
1. Run the app, then image files are created.
![Output-mic](Images/Preview/Output-mic.png)

Other samples:
![Blend-Slimeknight](Images/Preview/Blend-Slimeknight.png)
![Output-Slimeknight](Images/Preview/Output-Slimeknight.png)

### System Requirements
- Blend for Visual Studio 2012 and 2013
- Blend for Visual Studio 2015 (or later) does not have `Blend\ProjectTemplates` folder.
- Visual Studio 2012, 2013, 2015 and 2017

### Setup
See [Setup](https://github.com/sakapon/XAML-to-Image/wiki/Setup).

### Tutorials
* [First Steps](https://github.com/sakapon/XAML-to-Image/wiki/First-Steps)
* [Usage](https://github.com/sakapon/XAML-to-Image/wiki/Usage)

### Extensibility
You can customize this template to suit your needs, such as file naming rules or adding dynamic image effects, etc.