A Wick Editor SVG Export Tool
https://dayofheat.accountant/projects/Twi-sight.html
- C++ 99.9%
|
|
||
|---|---|---|
| .gitignore | ||
| buildScript.sh | ||
| json.hpp | ||
| LICENSE | ||
| logBuild.txt | ||
| makeTar.sh | ||
| README.md | ||
| testTwi-site.sh | ||
| TODO.md | ||
| twi-sight | ||
| Twi-Sight-Logo-Eye.png | ||
| Twi-Sight-Logo-Square-Ghost.png | ||
| twi-sight.cpp | ||
| TypeLogic.md | ||
Twi-Sight
A Wick Editor SVG Export Tool
Are you tired of the Wick Editor's backwards method of handling SVG exports? Then I have the solution for you. Twi-Sight reads wick project files and uses that data to construct the SVG itself, allowing you more control over the export project.
Usage
twi-sight [project.wick] [frameNumToExport (int)] [layerToExport (int or x for all)] [exportWidth] [exportHeight] [exportFileName.svg]
Example
twi-sight project.wick 1 x 1920 1080 output.svg
Export all layers of frame 1 in 1920x1080 from project.json to the output.svg