Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sakapon/xaml-to-image
- Owner: sakapon
- License: mit
- Created: 2013-12-26T02:31:35.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-06-12T07:02:53.000Z (over 7 years ago)
- Last Synced: 2023-08-05T20:23:20.390Z (over 1 year ago)
- Language: C#
- Homepage: https://sakapon.github.io/XAML-to-Image/
- Size: 2.35 MB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.