Sketch
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Graphics |extensions={{ext|sketch}} |released=2010 }} '''Sketch''' (sometimes called '''Sketch App''') is a proprietary vector grap...") |
Ross-spencer (Talk | contribs) (Update links) |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 8: | Line 8: | ||
== Disambiguation == | == Disambiguation == | ||
− | There are a lot of other things named Sketch, such as [[Skencil SK]] | + | There are a lot of other things named Sketch, such as [[Skencil SK]], [[EPOC Sketch]], and [[AutoSketch]]. |
== Format details == | == Format details == | ||
Apparently, Sketch formats through v42 are based on [[SQLite]]. Later versions are based on [[JSON]]. | Apparently, Sketch formats through v42 are based on [[SQLite]]. Later versions are based on [[JSON]]. | ||
+ | |||
+ | == Format documentation == | ||
+ | |||
+ | * [https://developer.sketch.com/file-format/ sketch file format]. | ||
+ | |||
+ | == Reference files == | ||
+ | |||
+ | * [https://github.com/sketch-hq/sketch-document/blob/4493900abbfa49ae82fbcb8ad85cccf2cc2256b0/.yarn/cache/%40sketch-hq-sketch-reference-files-2.3.0.tgz Sketch reference files (.tgz)] | ||
+ | * [https://github.com/sketch-hq/sketch-document/tree/4493900abbfa49ae82fbcb8ad85cccf2cc2256b0/packages/file/src/__tests__ Sketch test files] | ||
== Links == | == Links == | ||
Line 18: | Line 27: | ||
* http://sketchapp.rocks/ | * http://sketchapp.rocks/ | ||
* [https://www.sitepoint.com/need-know-sketchs-new-file-format/ Why You Need to Know About Sketch’s New File Format] | * [https://www.sitepoint.com/need-know-sketchs-new-file-format/ Why You Need to Know About Sketch’s New File Format] | ||
+ | * [https://github.com/sketch-hq/sketch-document Sketch monorepo with format .sketch examples] | ||
+ | [[Category:SQLite based file formats]] | ||
[[Category:JSON based file formats]] | [[Category:JSON based file formats]] |
Latest revision as of 14:38, 18 April 2025
Sketch (sometimes called Sketch App) is a proprietary vector graphics editor for Mac OS X, developed by a company named Bohemian. It has a native .sketch file format.
Contents[hide] |
[edit] Disambiguation
There are a lot of other things named Sketch, such as Skencil SK, EPOC Sketch, and AutoSketch.
[edit] Format details
Apparently, Sketch formats through v42 are based on SQLite. Later versions are based on JSON.