TinyVG
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Graphics |extensions={{ext|tvg}} |mimetypes={{mimetype|image/tinyvg}} |released=2021 (draft) }} '''TinyVG''' (Tiny Vector Graphics)...") |
Latest revision as of 16:37, 26 December 2021
TinyVG (Tiny Vector Graphics) is a vector graphics format. It was developed by Felix Queißner. It is designed to be a simpler alternative to formats like SVG.
Contents |
[edit] Identification
Files begin with bytes 0x72 0x56 0x01
.
[edit] Specifications
- TinyVG Specification (PDF)
- TinyVG Specification - GitHub project
- https://github.com/TinyVG/specification/releases
[edit] Software
- https://github.com/TinyVG/sdk (written in Zig)